summaryrefslogtreecommitdiff
path: root/dev-debug/gdb/gdb-16.3.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-04-21 08:39:45 +0100
committerSam James <sam@gentoo.org>2025-04-21 08:39:56 +0100
commit9a9cbc2e8de31cc29517477eddcd35caf790bf71 (patch)
tree012e2f31264e5fc50ace372b0f18546a27d060ed /dev-debug/gdb/gdb-16.3.ebuild
parent4df1340869192df7498dde142cba8952ce89870c (diff)
downloadgentoo-9a9cbc2e8de31cc29517477eddcd35caf790bf71.tar.gz
gentoo-9a9cbc2e8de31cc29517477eddcd35caf790bf71.tar.bz2
gentoo-9a9cbc2e8de31cc29517477eddcd35caf790bf71.zip
dev-debug/gdb: depend on <babeltrace-2
Closes: https://bugs.gentoo.org/951652 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug/gdb/gdb-16.3.ebuild')
-rw-r--r--dev-debug/gdb/gdb-16.3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-debug/gdb/gdb-16.3.ebuild b/dev-debug/gdb/gdb-16.3.ebuild
index 6c32d99c1524..a83201f392ec 100644
--- a/dev-debug/gdb/gdb-16.3.ebuild
+++ b/dev-debug/gdb/gdb-16.3.ebuild
@@ -88,13 +88,14 @@ REQUIRED_USE="
"
RESTRICT="!test? ( test )"
+# <babeltrace-2: bug #951652
RDEPEND="
dev-libs/mpfr:=
dev-libs/gmp:=
>=sys-libs/ncurses-5.2-r2:=
>=sys-libs/readline-7:=
sys-libs/zlib
- babeltrace? ( dev-util/babeltrace:= )
+ babeltrace? ( <dev-util/babeltrace-2:= )
debuginfod? (
dev-libs/elfutils[debuginfod(-)]
)