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: sys-auth/libnss-nis/
Date: Mon, 01 Jan 2018 17:29:02
Message-Id: 1514827715.ec086c8e2d1ae918b8843177d0b75218de05f210.dilfridge@gentoo
1 commit: ec086c8e2d1ae918b8843177d0b75218de05f210
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 17:28:19 2018 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 17:28:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec086c8e
7
8 sys-auth/libnss-nis: Need real libnsl, not the dummy, bug 642830
9
10 Closes: https://bugs.gentoo.org/642830
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 sys-auth/libnss-nis/libnss-nis-1.4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-auth/libnss-nis/libnss-nis-1.4.ebuild b/sys-auth/libnss-nis/libnss-nis-1.4.ebuild
17 index 4b6cdff52f8..48024c4d48a 100644
18 --- a/sys-auth/libnss-nis/libnss-nis-1.4.ebuild
19 +++ b/sys-auth/libnss-nis/libnss-nis-1.4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -14,7 +14,7 @@ SLOT="0"
27 KEYWORDS="~amd64"
28
29 RDEPEND="
30 - net-libs/libnsl:0=[${MULTILIB_USEDEP}]
31 + >net-libs/libnsl-0:0=[${MULTILIB_USEDEP}]
32 net-libs/libtirpc:0=[${MULTILIB_USEDEP}]
33 !<sys-libs/glibc-2.26
34 "