commit: c4071644ee1f138527ad2293c514053f42bf60de Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Wed Nov 14 16:14:34 2018 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Wed Nov 14 16:22:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4071644
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 <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.10 net-libs/libnsl/libnsl-1.2.0.ebuild | 4 ++-- 1 file 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 9ae659fcd87..05a4b49a7a4 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
