summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2018-12-07 23:32:20 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2018-12-07 23:32:20 +0100
commitd0fd293c52938749b3356754d534c19eee3a3581 (patch)
treeeb4cd911582fa3923955acc896a382c9ca9ac0c9 /dev-perl/Lab-VXI11
parentmedia-gfx/gnuclad: Disable -Werror, bug 664130 (diff)
downloadgentoo-d0fd293c52938749b3356754d534c19eee3a3581.tar.gz
gentoo-d0fd293c52938749b3356754d534c19eee3a3581.tar.bz2
gentoo-d0fd293c52938749b3356754d534c19eee3a3581.zip
dev-perl/Lab-VXI11: Only require glibc on glibc system, bug 664406
The alternative would be to just always use libtirpc. Closes: https://bugs.gentoo.org/664406 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Lab-VXI11')
-rw-r--r--dev-perl/Lab-VXI11/Lab-VXI11-0.20.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Lab-VXI11/Lab-VXI11-0.20.0.ebuild b/dev-perl/Lab-VXI11/Lab-VXI11-0.20.0.ebuild
index 9d18e77101a3..82f99098e63a 100644
--- a/dev-perl/Lab-VXI11/Lab-VXI11-0.20.0.ebuild
+++ b/dev-perl/Lab-VXI11/Lab-VXI11-0.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ SLOT="0"
IUSE="+libtirpc"
RDEPEND="
- !libtirpc? ( sys-libs/glibc[rpc(-)] )
+ !libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) )
libtirpc? ( net-libs/libtirpc )
"
DEPEND="