diff options
author | Sam James <sam@gentoo.org> | 2024-09-12 01:37:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-12 01:37:02 +0100 |
commit | faa6748a876769c5cada11f8189c9185ecc7a6c3 (patch) | |
tree | af6ae9e4dbbdb6d54766e6aefa90e10a2d702005 | |
parent | dev-debug/dtrace: add upstream bug link re mandir (diff) | |
download | gentoo-faa6748a876769c5cada11f8189c9185ecc7a6c3.tar.gz gentoo-faa6748a876769c5cada11f8189c9185ecc7a6c3.tar.bz2 gentoo-faa6748a876769c5cada11f8189c9185ecc7a6c3.zip |
dev-debug/dtrace: drop obsolete binutils-libs comment
I've asked dilfridge to update binutils-2.42 when he gets a chance
for one libctf patch we don't have yet but IIRC that patch doesn't
actually affect DTrace, just it came up in libabigail discussions.
Let's drop the comment as it's not really relevant now.
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-debug/dtrace/dtrace-9999.ebuild | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild b/dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild index 2fb1849deaed..3db32276421a 100644 --- a/dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild +++ b/dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild @@ -25,10 +25,6 @@ IUSE="systemd test-install" # XXX: right now, we auto-adapt to whether multilibs are present: # should we force them to be? how? -# -# XXX: binutils-libs will need an extra patch for what dtrace does with -# it in the absence of in-kernel CTF: it will be backported -# to 2.42, but perhaps a patch would be a good idea before that? DEPEND=" dev-libs/elfutils dev-libs/libbpf diff --git a/dev-debug/dtrace/dtrace-9999.ebuild b/dev-debug/dtrace/dtrace-9999.ebuild index 0c033c425cb5..3435783376e2 100644 --- a/dev-debug/dtrace/dtrace-9999.ebuild +++ b/dev-debug/dtrace/dtrace-9999.ebuild @@ -25,10 +25,6 @@ IUSE="systemd test-install" # XXX: right now, we auto-adapt to whether multilibs are present: # should we force them to be? how? -# -# XXX: binutils-libs will need an extra patch for what dtrace does with -# it in the absence of in-kernel CTF: it will be backported -# to 2.42, but perhaps a patch would be a good idea before that? DEPEND=" dev-libs/elfutils dev-libs/libbpf |