summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2024-08-18 22:04:11 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2024-08-18 22:04:11 +0000
commitffc978871bb58d64e908c51786d78799c188a472 (patch)
tree5ab4816b815e7337110ff0f354bff9bd6200b960
parent2024-08-18 21:48:57 UTC (diff)
parentdev-debug/dtrace: tweak DESCRIPTION, sort BDEPEND (diff)
downloadgentoo-ffc978871bb58d64e908c51786d78799c188a472.tar.gz
gentoo-ffc978871bb58d64e908c51786d78799c188a472.tar.bz2
gentoo-ffc978871bb58d64e908c51786d78799c188a472.zip
Merge updates from master
-rw-r--r--dev-debug/dtrace/dtrace-2.0.1.1.ebuild4
-rw-r--r--dev-debug/dtrace/dtrace-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-debug/dtrace/dtrace-2.0.1.1.ebuild b/dev-debug/dtrace/dtrace-2.0.1.1.ebuild
index 88e94aeab587..5baf5c47c35c 100644
--- a/dev-debug/dtrace/dtrace-2.0.1.1.ebuild
+++ b/dev-debug/dtrace/dtrace-2.0.1.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
inherit edo flag-o-matic linux-info systemd toolchain-funcs udev
-DESCRIPTION="Dynamic systemwide tracing tool"
+DESCRIPTION="Dynamic BPF-based system-wide tracing tool"
HOMEPAGE="https://github.com/oracle/dtrace-utils https://wiki.gentoo.org/wiki/DTrace"
if [[ ${PV} == 9999 ]]; then
@@ -60,9 +60,9 @@ RDEPEND="
"
BDEPEND="
dev-build/make
- >=sys-devel/bpf-toolchain-14.1.0
sys-apps/gawk
sys-devel/bison
+ >=sys-devel/bpf-toolchain-14.1.0
sys-devel/flex
"
diff --git a/dev-debug/dtrace/dtrace-9999.ebuild b/dev-debug/dtrace/dtrace-9999.ebuild
index a4a42f455239..15e7ca0357a0 100644
--- a/dev-debug/dtrace/dtrace-9999.ebuild
+++ b/dev-debug/dtrace/dtrace-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
inherit edo flag-o-matic linux-info systemd toolchain-funcs udev
-DESCRIPTION="Dynamic systemwide tracing tool"
+DESCRIPTION="Dynamic BPF-based system-wide tracing tool"
HOMEPAGE="https://github.com/oracle/dtrace-utils https://wiki.gentoo.org/wiki/DTrace"
if [[ ${PV} == 9999 ]]; then
@@ -60,9 +60,9 @@ RDEPEND="
"
BDEPEND="
dev-build/make
- >=sys-devel/bpf-toolchain-14.1.0
sys-apps/gawk
sys-devel/bison
+ >=sys-devel/bpf-toolchain-14.1.0
sys-devel/flex
"