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-compat/
Date: Mon, 22 Oct 2018 20:18:43
Message-Id: 1540239511.5b616df758264a9e6847d8cb8ab7503f2982cdd1.dilfridge@gentoo
1 commit: 5b616df758264a9e6847d8cb8ab7503f2982cdd1
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 22 20:17:43 2018 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 22 20:18:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b616df7
7
8 sys-auth/libnss-compat: Add blocker for glibc-2.27 and later, bug 657404
9
10 Sigh.
11
12 Closes: https://bugs.gentoo.org/657404
13 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
14 Package-Manager: Portage-2.3.51, Repoman-2.3.11
15
16 sys-auth/libnss-compat/libnss-compat-1.2.ebuild | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/sys-auth/libnss-compat/libnss-compat-1.2.ebuild b/sys-auth/libnss-compat/libnss-compat-1.2.ebuild
20 index 9d01d095eb8..d5d005a22e5 100644
21 --- a/sys-auth/libnss-compat/libnss-compat-1.2.ebuild
22 +++ b/sys-auth/libnss-compat/libnss-compat-1.2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -17,6 +17,7 @@ RDEPEND="
30 >net-libs/libnsl-0:0=[${MULTILIB_USEDEP}]
31 net-libs/libtirpc:0=[${MULTILIB_USEDEP}]
32 !<sys-libs/glibc-2.26
33 + !>=sys-libs/glibc-2.27
34 "
35 DEPEND="${RDEPEND}
36 virtual/pkgconfig[${MULTILIB_USEDEP}]