commit: 791f842d65238c4990c3b263fb7440340f926edd Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Jan 12 02:01:27 2020 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Jan 12 02:01:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=791f842d
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 <AT> gentoo.org> net-nds/rpcbind/rpcbind-1.2.5-r1.ebuild | 1 + net-nds/rpcbind/rpcbind-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-nds/rpcbind/rpcbind-1.2.5-r1.ebuild b/net-nds/rpcbind/rpcbind-1.2.5-r1.ebuild index 2d923d491e9..601f3ec4d42 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 59bcc41863e..57838955f52 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}
