diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-12-07 23:32:20 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-12-07 23:32:20 +0100 |
commit | d0fd293c52938749b3356754d534c19eee3a3581 (patch) | |
tree | eb4cd911582fa3923955acc896a382c9ca9ac0c9 /dev-perl/Lab-VXI11/Lab-VXI11-0.20.0.ebuild | |
parent | media-gfx/gnuclad: Disable -Werror, bug 664130 (diff) | |
download | gentoo-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/Lab-VXI11-0.20.0.ebuild')
-rw-r--r-- | dev-perl/Lab-VXI11/Lab-VXI11-0.20.0.ebuild | 4 |
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=" |