net-analyzer/argus: Add missing libnsl dependency, bug 641476
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 1 May 2018 14:06:04 +0000 (16:06 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 1 May 2018 14:06:04 +0000 (16:06 +0200)
Closes: https://bugs.gentoo.org/641476
Package-Manager: Portage-2.3.31, Repoman-2.3.9

net-analyzer/argus/argus-3.0.8.2-r1.ebuild

index 4484cf276e725d374f3d55b9c62075dcb961fa56..8e3fcd9e4299221fdd336c73bbec5b90fcfa2fd5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="debug +libtirpc sasl tcpd"
 
 RDEPEND="
+       net-libs/libnsl:=
        net-libs/libpcap
        sys-libs/zlib
        !libtirpc? ( sys-libs/glibc[rpc(-)] )