diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-10-20 12:57:51 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-10-20 13:38:58 +0200 |
commit | 8aa31a6ddf3efaddca26f0349c0836888c032039 (patch) | |
tree | c5ae60043eb30e50d733aefe7421eab12941900f /net-nds | |
parent | app-editors/xmlcopyeditor: Don't depend automagically in enchant (diff) | |
download | gentoo-8aa31a6ddf3efaddca26f0349c0836888c032039.tar.gz gentoo-8aa31a6ddf3efaddca26f0349c0836888c032039.tar.bz2 gentoo-8aa31a6ddf3efaddca26f0349c0836888c032039.zip |
net-nds/yp-tools: Pull in new enough libnsl
Closes: https://bugs.gentoo.org/630246
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild index a4e1ae7b214f..1e03726249cd 100644 --- a/net-nds/yp-tools/yp-tools-4.2.2-r2.ebuild +++ b/net-nds/yp-tools/yp-tools-4.2.2-r2.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 @@ -15,7 +15,7 @@ IUSE="nls" DEPEND=" net-libs/libtirpc - net-libs/libnsl:0= + >=net-libs/libnsl-1.2.0:0= " RDEPEND=${DEPEND} # uses always libtirpc if present |