summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-02-28 19:54:00 -0500
committerSam James <sam@gentoo.org>2024-02-29 01:50:11 +0000
commit714a81bec15510f807c39f8b21f725b1326525c0 (patch)
treee7fcd1fea242aeaa976073fa81926ec9724701e6 /net-analyzer
parentx11-misc/xfe: drop 1.43.2 (diff)
downloadgentoo-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.ebuild10
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