Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lab-VXI11/
Date: Fri, 07 Dec 2018 22:32:45
Message-Id: 1544221940.d0fd293c52938749b3356754d534c19eee3a3581.dilfridge@gentoo
1 commit: d0fd293c52938749b3356754d534c19eee3a3581
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 7 22:32:20 2018 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 7 22:32:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0fd293c
7
8 dev-perl/Lab-VXI11: Only require glibc on glibc system, bug 664406
9
10 The alternative would be to just always use libtirpc.
11
12 Closes: https://bugs.gentoo.org/664406
13 Package-Manager: Portage-2.3.52, Repoman-2.3.12
14 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
15
16 dev-perl/Lab-VXI11/Lab-VXI11-0.20.0.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-perl/Lab-VXI11/Lab-VXI11-0.20.0.ebuild b/dev-perl/Lab-VXI11/Lab-VXI11-0.20.0.ebuild
20 index 9d18e77101a..82f99098e63 100644
21 --- a/dev-perl/Lab-VXI11/Lab-VXI11-0.20.0.ebuild
22 +++ b/dev-perl/Lab-VXI11/Lab-VXI11-0.20.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -14,7 +14,7 @@ SLOT="0"
30 IUSE="+libtirpc"
31
32 RDEPEND="
33 - !libtirpc? ( sys-libs/glibc[rpc(-)] )
34 + !libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) )
35 libtirpc? ( net-libs/libtirpc )
36 "
37 DEPEND="