summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2018-10-22 22:17:43 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2018-10-22 22:18:31 +0200
commit5b616df758264a9e6847d8cb8ab7503f2982cdd1 (patch)
tree3a284c9d439f46c160a651c8294e9cf7462f6694 /sys-auth/libnss-compat
parentdev-libs/mini-xml: renamed to dev-libs/mxml for matching upstream (diff)
downloadgentoo-5b616df758264a9e6847d8cb8ab7503f2982cdd1.tar.gz
gentoo-5b616df758264a9e6847d8cb8ab7503f2982cdd1.tar.bz2
gentoo-5b616df758264a9e6847d8cb8ab7503f2982cdd1.zip
sys-auth/libnss-compat: Add blocker for glibc-2.27 and later, bug 657404
Sigh. Closes: https://bugs.gentoo.org/657404 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-auth/libnss-compat')
-rw-r--r--sys-auth/libnss-compat/libnss-compat-1.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-auth/libnss-compat/libnss-compat-1.2.ebuild b/sys-auth/libnss-compat/libnss-compat-1.2.ebuild
index 9d01d095eb87..d5d005a22e54 100644
--- a/sys-auth/libnss-compat/libnss-compat-1.2.ebuild
+++ b/sys-auth/libnss-compat/libnss-compat-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -17,6 +17,7 @@ RDEPEND="
>net-libs/libnsl-0:0=[${MULTILIB_USEDEP}]
net-libs/libtirpc:0=[${MULTILIB_USEDEP}]
!<sys-libs/glibc-2.26
+ !>=sys-libs/glibc-2.27
"
DEPEND="${RDEPEND}
virtual/pkgconfig[${MULTILIB_USEDEP}]