diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-01-01 18:28:19 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-01-01 18:28:35 +0100 |
commit | ec086c8e2d1ae918b8843177d0b75218de05f210 (patch) | |
tree | f8ca7e420254b59a2cea655bb8a8267a44bdc00d /sys-auth | |
parent | dev-libs/libcdio: Bump to version 2.0.0 (diff) | |
download | gentoo-ec086c8e2d1ae918b8843177d0b75218de05f210.tar.gz gentoo-ec086c8e2d1ae918b8843177d0b75218de05f210.tar.bz2 gentoo-ec086c8e2d1ae918b8843177d0b75218de05f210.zip |
sys-auth/libnss-nis: Need real libnsl, not the dummy, bug 642830
Closes: https://bugs.gentoo.org/642830
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/libnss-nis/libnss-nis-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/libnss-nis/libnss-nis-1.4.ebuild b/sys-auth/libnss-nis/libnss-nis-1.4.ebuild index 4b6cdff52f8c..48024c4d48a0 100644 --- a/sys-auth/libnss-nis/libnss-nis-1.4.ebuild +++ b/sys-auth/libnss-nis/libnss-nis-1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND=" - net-libs/libnsl:0=[${MULTILIB_USEDEP}] + >net-libs/libnsl-0:0=[${MULTILIB_USEDEP}] net-libs/libtirpc:0=[${MULTILIB_USEDEP}] !<sys-libs/glibc-2.26 " |