Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
Date: Wed, 01 Nov 2017 18:59:07
Message-Id: 1509562734.a40cbd88c042002320f2166469046a29b883457b.dilfridge@gentoo
1 commit: a40cbd88c042002320f2166469046a29b883457b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 1 18:58:38 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 1 18:58:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40cbd88
7
8 net-nds/yp-tools: Add missing dependencies for the glibc-2.26 case, bug 630246
9
10 Closes: https://bugs.gentoo.org/630246
11 Package-Manager: Portage-2.3.13, Repoman-2.3.4
12
13 .../yp-tools/{yp-tools-4.2.2.ebuild => yp-tools-4.2.2-r1.ebuild} | 7 +++++++
14 1 file changed, 7 insertions(+)
15
16 diff --git a/net-nds/yp-tools/yp-tools-4.2.2.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
17 similarity index 83%
18 rename from net-nds/yp-tools/yp-tools-4.2.2.ebuild
19 rename to net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
20 index a566743bf7c..85e54c36ba5 100644
21 --- a/net-nds/yp-tools/yp-tools-4.2.2.ebuild
22 +++ b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
23 @@ -13,6 +13,13 @@ SLOT="0"
24 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
25 IUSE="nls"
26
27 +DEPEND="
28 + || ( <sys-libs/glibc-2.26[rpc] net-libs/libtirpc )
29 + net-libs/libnsl:0=
30 +"
31 +RDEPEND=${DEPEND}
32 +# uses always libtirpc if present
33 +
34 src_configure () {
35 econf \
36 --disable-static \