diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-02-19 10:55:33 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-02-19 10:55:33 -0500 |
commit | 826c96cd9ae729c05e4455a120f5e9dd56e7a4f4 (patch) | |
tree | ee28be70d28100343f56a64b321be02b08fefcce /net-libs/libtirpc | |
parent | sys-libs/queue-standalone: remove older version (diff) | |
download | gentoo-826c96cd9ae729c05e4455a120f5e9dd56e7a4f4.tar.gz gentoo-826c96cd9ae729c05e4455a120f5e9dd56e7a4f4.tar.bz2 gentoo-826c96cd9ae729c05e4455a120f5e9dd56e7a4f4.zip |
net-libs/libtirpc: add musl support for 1.0.2-r1 only
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-libs/libtirpc')
-rw-r--r-- | net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild b/net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild index 78e72ddcfc29..effab58d64ba 100644 --- a/net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild +++ b/net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -17,6 +17,7 @@ IUSE="ipv6 kerberos static-libs" RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} + elibc_musl? ( sys-libs/queue-standalone ) app-arch/xz-utils >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]" |