commit: 9ca5f3ec5b020f13aaa9d1221bce9ae41ee34aaf Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Aug 18 21:47:04 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Aug 18 21:47:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca5f3ec
dev-debug/dtrace: tweak DESCRIPTION, sort BDEPEND Signed-off-by: Sam James <sam <AT> gentoo.org> dev-debug/dtrace/dtrace-2.0.1.1.ebuild | 4 ++-- dev-debug/dtrace/dtrace-9999.ebuild | 4 ++-- 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 "
