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