diff --git a/dev-debug/gdb/gdb-15.2-r102.ebuild b/dev-debug/gdb/gdb-15.2-r103.ebuild similarity index 97% rename from dev-debug/gdb/gdb-15.2-r102.ebuild rename to dev-debug/gdb/gdb-15.2-r103.ebuild index eb2ff033467b5..37ff9d538bf02 100644 --- a/dev-debug/gdb/gdb-15.2-r102.ebuild +++ b/dev-debug/gdb/gdb-15.2-r103.ebuild @@ -73,7 +73,7 @@ SRC_URI=" LICENSE="GPL-3+ LGPL-2.1+" SLOT="0" -IUSE="cet debuginfod guile lzma multitarget nls +python rocm +server sim source-highlight test vanilla xml xxhash zstd" +IUSE="babeltrace cet debuginfod guile lzma multitarget nls +python rocm +server sim source-highlight test vanilla xml xxhash zstd" if [[ -n ${REGULAR_RELEASE} ]] ; then KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" fi @@ -90,6 +90,7 @@ RDEPEND=" >=sys-libs/ncurses-5.2-r2:= >=sys-libs/readline-7:= sys-libs/zlib + babeltrace? ( dev-util/babeltrace:= ) debuginfod? ( dev-libs/elfutils[debuginfod(-)] ) @@ -198,6 +199,7 @@ src_configure() { # Disable modules that are in a combined binutils/gdb tree. bug #490566 --disable-{binutils,etc,gas,gold,gprof,gprofng,ld} + $(use_with babeltrace) $(use_with debuginfod) $(use_enable test unit-tests) diff --git a/dev-debug/gdb/gdb-16.2-r1.ebuild b/dev-debug/gdb/gdb-16.2-r2.ebuild similarity index 98% rename from dev-debug/gdb/gdb-16.2-r1.ebuild rename to dev-debug/gdb/gdb-16.2-r2.ebuild index a53fd2dfbea47..94a55473c3a3a 100644 --- a/dev-debug/gdb/gdb-16.2-r1.ebuild +++ b/dev-debug/gdb/gdb-16.2-r2.ebuild @@ -77,7 +77,7 @@ SRC_URI=" LICENSE="GPL-3+ LGPL-2.1+" SLOT="0" -IUSE="cet debuginfod guile lzma multitarget nls +python rocm +server sim source-highlight test vanilla xml xxhash zstd" +IUSE="babeltrace cet debuginfod guile lzma multitarget nls +python rocm +server sim source-highlight test vanilla xml xxhash zstd" if [[ -n ${REGULAR_RELEASE} ]] ; then KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" fi @@ -94,6 +94,7 @@ RDEPEND=" >=sys-libs/ncurses-5.2-r2:= >=sys-libs/readline-7:= sys-libs/zlib + babeltrace? ( dev-util/babeltrace:= ) debuginfod? ( dev-libs/elfutils[debuginfod(-)] ) @@ -202,6 +203,7 @@ src_configure() { # Disable modules that are in a combined binutils/gdb tree. bug #490566 --disable-{binutils,etc,gas,gold,gprof,gprofng,ld} + $(use_with babeltrace) $(use_with debuginfod) $(use_enable test unit-tests) diff --git a/dev-debug/gdb/gdb-9999.ebuild b/dev-debug/gdb/gdb-9999.ebuild index a53fd2dfbea47..94a55473c3a3a 100644 --- a/dev-debug/gdb/gdb-9999.ebuild +++ b/dev-debug/gdb/gdb-9999.ebuild @@ -77,7 +77,7 @@ SRC_URI=" LICENSE="GPL-3+ LGPL-2.1+" SLOT="0" -IUSE="cet debuginfod guile lzma multitarget nls +python rocm +server sim source-highlight test vanilla xml xxhash zstd" +IUSE="babeltrace cet debuginfod guile lzma multitarget nls +python rocm +server sim source-highlight test vanilla xml xxhash zstd" if [[ -n ${REGULAR_RELEASE} ]] ; then KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" fi @@ -94,6 +94,7 @@ RDEPEND=" >=sys-libs/ncurses-5.2-r2:= >=sys-libs/readline-7:= sys-libs/zlib + babeltrace? ( dev-util/babeltrace:= ) debuginfod? ( dev-libs/elfutils[debuginfod(-)] ) @@ -202,6 +203,7 @@ src_configure() { # Disable modules that are in a combined binutils/gdb tree. bug #490566 --disable-{binutils,etc,gas,gold,gprof,gprofng,ld} + $(use_with babeltrace) $(use_with debuginfod) $(use_enable test unit-tests) diff --git a/dev-debug/gdb/metadata.xml b/dev-debug/gdb/metadata.xml index a9c1d3521c859..69d4e98e2c0f4 100644 --- a/dev-debug/gdb/metadata.xml +++ b/dev-debug/gdb/metadata.xml @@ -6,6 +6,7 @@ Gentoo Toolchain Project + Enable dev-util/babeltrace support Enable Intel Control-flow Enforcement Technology. Support lzma compression in ELF debug info Support all known targets in one gdb binary diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index f954f68764b33..f63c5033acd6d 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Sam James (2025-03-17) +# dev-util/babeltrace is not keyworded here +dev-debug/gdb babeltrace + # Ionen Wolkens (2025-03-10) # media-libs/libopenmpt is not keyworded here media-video/ffmpeg openmpt diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 530e1a1a93fb4..ce02298535737 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2025-03-17) +# dev-util/babeltrace is not keyworded here +dev-debug/gdb babeltrace + # Ionen Wolkens (2025-03-10) # net-libs/rabbitmq-c is not keyworded here media-video/ffmpeg rabbitmq diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask index 4f89ecfd47576..42ac85e4c7428 100644 --- a/profiles/arch/s390/package.use.mask +++ b/profiles/arch/s390/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2025-03-17) +# dev-util/babeltrace is not keyworded here +dev-debug/gdb babeltrace + # Sam James (2025-03-17) +# dev-util/babeltrace is not keyworded here +dev-debug/gdb babeltrace + # Ionen Wolkens (2025-03-10) # media-libs/libopenmpt is not keyworded here media-video/ffmpeg openmpt