diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-05-01 16:06:04 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-05-01 16:06:04 +0200 |
commit | 33c58c412955e0a70fd40de97b8cab1405504fa6 (patch) | |
tree | 882ed8bcab0ca15335b513d79c0b9f6751e42091 /net-analyzer/argus | |
parent | dev-qt/qtgui: Depend on libnsl (on glibc systems), bug 643052 (diff) | |
download | gentoo-33c58c412955e0a70fd40de97b8cab1405504fa6.tar.gz gentoo-33c58c412955e0a70fd40de97b8cab1405504fa6.tar.bz2 gentoo-33c58c412955e0a70fd40de97b8cab1405504fa6.zip |
net-analyzer/argus: Add missing libnsl dependency, bug 641476
Closes: https://bugs.gentoo.org/641476
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'net-analyzer/argus')
-rw-r--r-- | net-analyzer/argus/argus-3.0.8.2-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild index 4484cf276e72..8e3fcd9e4299 100644 --- a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild +++ b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild @@ -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(-)] ) |