Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnsl/
Date: Wed, 14 Nov 2018 16:22:40
Message-Id: 1542212547.c4071644ee1f138527ad2293c514053f42bf60de.robbat2@gentoo
1 commit: c4071644ee1f138527ad2293c514053f42bf60de
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 14 16:14:34 2018 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 14 16:22:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4071644
7
8 net-libs/libnsl: update min libtirpc dep
9
10 libtirpc-1.0.2 added the key_secretkey_is_set symbol needed by
11 libnsl-1.2.0. Update the dependency to ensure deptree is ordered
12 correctly for upgrade.
13
14 Fixes: https://bugs.gentoo.org/657974
15 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
16 Package-Manager: Portage-2.3.51, Repoman-2.3.10
17
18 net-libs/libnsl/libnsl-1.2.0.ebuild | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/net-libs/libnsl/libnsl-1.2.0.ebuild b/net-libs/libnsl/libnsl-1.2.0.ebuild
22 index 9ae659fcd87..05a4b49a7a4 100644
23 --- a/net-libs/libnsl/libnsl-1.2.0.ebuild
24 +++ b/net-libs/libnsl/libnsl-1.2.0.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Foundation
27 +# Copyright 1999-2018 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI="6"
31 @@ -18,7 +18,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86
32 IUSE=""
33
34 DEPEND="
35 - net-libs/libtirpc[${MULTILIB_USEDEP}]
36 + >=net-libs/libtirpc-1.0.2-r1[${MULTILIB_USEDEP}]
37 "
38 RDEPEND="${DEPEND}
39 !<sys-libs/glibc-2.26