net-libs/libtirpc: add musl support for 1.0.2-r1 only
authorAnthony G. Basile <blueness@gentoo.org>
Tue, 19 Feb 2019 15:55:33 +0000 (10:55 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Tue, 19 Feb 2019 15:55:33 +0000 (10:55 -0500)
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild

index 78e72ddcfc2925cd7c49a4c2826deb9def9ab71b..effab58d64bad608736c5dbe13293a3c94f2d8e8 100644 (file)
@@ -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}]"