diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-02-28 19:54:00 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-29 01:50:11 +0000 |
commit | 714a81bec15510f807c39f8b21f725b1326525c0 (patch) | |
tree | e7fcd1fea242aeaa976073fa81926ec9724701e6 /net-analyzer | |
parent | x11-misc/xfe: drop 1.43.2 (diff) | |
download | gentoo-714a81bec15510f807c39f8b21f725b1326525c0.tar.gz gentoo-714a81bec15510f807c39f8b21f725b1326525c0.tar.bz2 gentoo-714a81bec15510f807c39f8b21f725b1326525c0.zip |
net-analyzer/argus: reverse order of rdepend -> depend
acct-* packages shouldn't be a requirement for --buildpkgonly. They were
carried along because the entirety of RDEPEND was lumped into DEPEND.
Removes unneeded build dependencies only, so no revbump needed.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/argus/argus-3.0.8.3-r2.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net-analyzer/argus/argus-3.0.8.3-r2.ebuild b/net-analyzer/argus/argus-3.0.8.3-r2.ebuild index b772ec171b22..e4461407cd4a 100644 --- a/net-analyzer/argus/argus-3.0.8.3-r2.ebuild +++ b/net-analyzer/argus/argus-3.0.8.3-r2.ebuild @@ -15,9 +15,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="debug sasl tcpd" -RDEPEND=" - acct-group/argus - acct-user/argus +DEPEND=" net-libs/libnsl:= net-libs/libpcap net-libs/libtirpc @@ -25,7 +23,11 @@ RDEPEND=" sasl? ( dev-libs/cyrus-sasl ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) " -DEPEND="${RDEPEND}" +RDEPEND=" + acct-group/argus + acct-user/argus + ${DEPEND} +" BDEPEND=" >=sys-devel/bison-1.28 app-alternatives/lex |