Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: net-libs/libtirpc/
Date: Thu, 03 Jan 2019 00:38:37
Message-Id: 1546475904.ccdfdab8c372257101e59a608300df084882e225.blueness@gentoo
1 commit: ccdfdab8c372257101e59a608300df084882e225
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 3 00:38:24 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 3 00:38:24 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=ccdfdab8
7
8 net-libs/libtirpc: migrate to sys-libs/queue-standalone
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 | 4 ++--
14 net-libs/libtirpc/libtirpc-1.0.3.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild b/net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild
18 index ade6d20..e869645 100644
19 --- a/net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild
20 +++ b/net-libs/libtirpc/libtirpc-1.0.2-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="5"
27 @@ -17,7 +17,7 @@ IUSE="ipv6 kerberos static-libs"
28
29 RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"
30 DEPEND="${RDEPEND}
31 - elibc_musl? ( sys-libs/queue )
32 + elibc_musl? ( sys-libs/queue-standalone )
33 app-arch/xz-utils
34 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
35
36
37 diff --git a/net-libs/libtirpc/libtirpc-1.0.3.ebuild b/net-libs/libtirpc/libtirpc-1.0.3.ebuild
38 index a493d8f..50dd418 100644
39 --- a/net-libs/libtirpc/libtirpc-1.0.3.ebuild
40 +++ b/net-libs/libtirpc/libtirpc-1.0.3.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -17,7 +17,7 @@ IUSE="ipv6 kerberos static-libs"
48
49 RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"
50 DEPEND="${RDEPEND}
51 - elibc_musl? ( sys-libs/queue )
52 + elibc_musl? ( sys-libs/queue-standalone )
53 app-arch/xz-utils
54 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"