summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2018-11-14 08:14:34 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2018-11-14 08:22:27 -0800
commitc4071644ee1f138527ad2293c514053f42bf60de (patch)
tree3fd5aecc4d0f36f804905afeb61fa729197ad4ab /net-libs/libnsl
parentvirtual/cargo: version bump to 1.30.1 (diff)
downloadgentoo-c4071644ee1f138527ad2293c514053f42bf60de.tar.gz
gentoo-c4071644ee1f138527ad2293c514053f42bf60de.tar.bz2
gentoo-c4071644ee1f138527ad2293c514053f42bf60de.zip
net-libs/libnsl: update min libtirpc dep
libtirpc-1.0.2 added the key_secretkey_is_set symbol needed by libnsl-1.2.0. Update the dependency to ensure deptree is ordered correctly for upgrade. Fixes: https://bugs.gentoo.org/657974 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.10
Diffstat (limited to 'net-libs/libnsl')
-rw-r--r--net-libs/libnsl/libnsl-1.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libnsl/libnsl-1.2.0.ebuild b/net-libs/libnsl/libnsl-1.2.0.ebuild
index 9ae659fcd87b..05a4b49a7a41 100644
--- a/net-libs/libnsl/libnsl-1.2.0.ebuild
+++ b/net-libs/libnsl/libnsl-1.2.0.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"
@@ -18,7 +18,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86
IUSE=""
DEPEND="
- net-libs/libtirpc[${MULTILIB_USEDEP}]
+ >=net-libs/libtirpc-1.0.2-r1[${MULTILIB_USEDEP}]
"
RDEPEND="${DEPEND}
!<sys-libs/glibc-2.26