diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-11-01 12:50:26 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-11-01 12:50:26 +0100 |
commit | 32986faf6b192eb16f013b6e7bfe5c479f8c4499 (patch) | |
tree | 73734feb7cac1d8d02486bb7b1c54e37aca1acef /net-analyzer/nsat | |
parent | net-analyzer/dsniff: Depend unconditionally on libnsl (diff) | |
download | gentoo-32986faf6b192eb16f013b6e7bfe5c479f8c4499.tar.gz gentoo-32986faf6b192eb16f013b6e7bfe5c479f8c4499.tar.bz2 gentoo-32986faf6b192eb16f013b6e7bfe5c479f8c4499.zip |
net-analyzer/nsat: Depend unconditionally on libnsl
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'net-analyzer/nsat')
-rw-r--r-- | net-analyzer/nsat/nsat-1.5-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/nsat/nsat-1.5-r4.ebuild b/net-analyzer/nsat/nsat-1.5-r4.ebuild index 52381d75fcfb..71f484cf1270 100644 --- a/net-analyzer/nsat/nsat-1.5-r4.ebuild +++ b/net-analyzer/nsat/nsat-1.5-r4.ebuild @@ -15,6 +15,7 @@ IUSE="X" RDEPEND=" dev-libs/libmix + net-libs/libnsl:0= net-libs/libpcap X? ( dev-lang/tk:* @@ -22,7 +23,6 @@ RDEPEND=" ) || ( <sys-libs/glibc-2.26 ( - net-libs/libnsl net-libs/libtirpc net-libs/rpcsvc-proto ) |