Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtirpc/
Date: Tue, 19 Feb 2019 15:56:03
Message-Id: 1550591733.826c96cd9ae729c05e4455a120f5e9dd56e7a4f4.blueness@gentoo
1 commit: 826c96cd9ae729c05e4455a120f5e9dd56e7a4f4
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 19 15:55:33 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 19 15:55:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826c96cd
7
8 net-libs/libtirpc: add musl support for 1.0.2-r1 only
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild b/net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild
17 index 78e72ddcfc2..effab58d64b 100644
18 --- a/net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild
19 +++ b/net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 @@ -17,6 +17,7 @@ IUSE="ipv6 kerberos static-libs"
27
28 RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"
29 DEPEND="${RDEPEND}
30 + elibc_musl? ( sys-libs/queue-standalone )
31 app-arch/xz-utils
32 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"