diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-01-11 21:01:27 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-01-11 21:01:27 -0500 |
commit | 791f842d65238c4990c3b263fb7440340f926edd (patch) | |
tree | 7e61020da4316c3af72937cc3a6b90a66d6fb3d2 /net-nds/rpcbind | |
parent | media-plugins/kodi-vfs-sftp: 1.0.5 version bump (diff) | |
download | gentoo-791f842d65238c4990c3b263fb7440340f926edd.tar.gz gentoo-791f842d65238c4990c3b263fb7440340f926edd.tar.bz2 gentoo-791f842d65238c4990c3b263fb7440340f926edd.zip |
net-nds/rpcbind: depend on net-libs/libnsl for rpcsvc/yp.h
Closes: https://bugs.gentoo.org/705194
Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-nds/rpcbind')
-rw-r--r-- | net-nds/rpcbind/rpcbind-1.2.5-r1.ebuild | 1 | ||||
-rw-r--r-- | net-nds/rpcbind/rpcbind-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-nds/rpcbind/rpcbind-1.2.5-r1.ebuild b/net-nds/rpcbind/rpcbind-1.2.5-r1.ebuild index 2d923d491e9e..601f3ec4d427 100644 --- a/net-nds/rpcbind/rpcbind-1.2.5-r1.ebuild +++ b/net-nds/rpcbind/rpcbind-1.2.5-r1.ebuild @@ -25,6 +25,7 @@ CDEPEND=">=net-libs/libtirpc-0.2.3:= systemd? ( sys-apps/systemd:= ) tcpd? ( sys-apps/tcp-wrappers )" DEPEND="${CDEPEND} + net-libs/libnsl sys-fs/quota[rpc] virtual/pkgconfig" RDEPEND="${CDEPEND} diff --git a/net-nds/rpcbind/rpcbind-9999.ebuild b/net-nds/rpcbind/rpcbind-9999.ebuild index 59bcc41863e0..57838955f522 100644 --- a/net-nds/rpcbind/rpcbind-9999.ebuild +++ b/net-nds/rpcbind/rpcbind-9999.ebuild @@ -25,6 +25,7 @@ CDEPEND=">=net-libs/libtirpc-0.2.3:= systemd? ( sys-apps/systemd:= ) tcpd? ( sys-apps/tcp-wrappers )" DEPEND="${CDEPEND} + net-libs/libnsl sys-fs/quota[rpc] virtual/pkgconfig" RDEPEND="${CDEPEND} |