Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/rpcbind/
Date: Sun, 12 Jan 2020 02:01:54
Message-Id: 1578794487.791f842d65238c4990c3b263fb7440340f926edd.floppym@gentoo
1 commit: 791f842d65238c4990c3b263fb7440340f926edd
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 12 02:01:27 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 12 02:01:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=791f842d
7
8 net-nds/rpcbind: depend on net-libs/libnsl for rpcsvc/yp.h
9
10 Closes: https://bugs.gentoo.org/705194
11 Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 net-nds/rpcbind/rpcbind-1.2.5-r1.ebuild | 1 +
15 net-nds/rpcbind/rpcbind-9999.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/net-nds/rpcbind/rpcbind-1.2.5-r1.ebuild b/net-nds/rpcbind/rpcbind-1.2.5-r1.ebuild
19 index 2d923d491e9..601f3ec4d42 100644
20 --- a/net-nds/rpcbind/rpcbind-1.2.5-r1.ebuild
21 +++ b/net-nds/rpcbind/rpcbind-1.2.5-r1.ebuild
22 @@ -25,6 +25,7 @@ CDEPEND=">=net-libs/libtirpc-0.2.3:=
23 systemd? ( sys-apps/systemd:= )
24 tcpd? ( sys-apps/tcp-wrappers )"
25 DEPEND="${CDEPEND}
26 + net-libs/libnsl
27 sys-fs/quota[rpc]
28 virtual/pkgconfig"
29 RDEPEND="${CDEPEND}
30
31 diff --git a/net-nds/rpcbind/rpcbind-9999.ebuild b/net-nds/rpcbind/rpcbind-9999.ebuild
32 index 59bcc41863e..57838955f52 100644
33 --- a/net-nds/rpcbind/rpcbind-9999.ebuild
34 +++ b/net-nds/rpcbind/rpcbind-9999.ebuild
35 @@ -25,6 +25,7 @@ CDEPEND=">=net-libs/libtirpc-0.2.3:=
36 systemd? ( sys-apps/systemd:= )
37 tcpd? ( sys-apps/tcp-wrappers )"
38 DEPEND="${CDEPEND}
39 + net-libs/libnsl
40 sys-fs/quota[rpc]
41 virtual/pkgconfig"
42 RDEPEND="${CDEPEND}