Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: net-libs/libtirpc/
Date: Thu, 30 Jan 2020 08:50:32
Message-Id: 1580374135.b35f6faa2b8dec16851b8775998a8180d46178b7.gyakovlev@gentoo
1 commit: b35f6faa2b8dec16851b8775998a8180d46178b7
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 30 08:48:55 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 30 08:48:55 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=b35f6faa
7
8 net-libs/libtirpc: restore ppc64 keyword
9
10 Closes: https://bugs.gentoo.org/706576
11 Package-Manager: Portage-2.3.86, Repoman-2.3.20
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 net-libs/libtirpc/libtirpc-1.0.3.ebuild | 4 ++--
15 net-libs/libtirpc/libtirpc-1.1.4-r1.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/net-libs/libtirpc/libtirpc-1.0.3.ebuild b/net-libs/libtirpc/libtirpc-1.0.3.ebuild
19 index 86eb07e..834e95a 100644
20 --- a/net-libs/libtirpc/libtirpc-1.0.3.ebuild
21 +++ b/net-libs/libtirpc/libtirpc-1.0.3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
29
30 LICENSE="GPL-2"
31 SLOT="0/3" # subslot matches SONAME major
32 -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
33 +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
34 IUSE="ipv6 kerberos static-libs"
35
36 RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"
37
38 diff --git a/net-libs/libtirpc/libtirpc-1.1.4-r1.ebuild b/net-libs/libtirpc/libtirpc-1.1.4-r1.ebuild
39 index f635dd2..db49cf4 100644
40 --- a/net-libs/libtirpc/libtirpc-1.1.4-r1.ebuild
41 +++ b/net-libs/libtirpc/libtirpc-1.1.4-r1.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2019 Gentoo Authors
44 +# Copyright 1999-2020 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
49
50 LICENSE="GPL-2"
51 SLOT="0/3" # subslot matches SONAME major
52 -KEYWORDS="amd64 arm arm64 ~mips ppc x86"
53 +KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86"
54 IUSE="ipv6 kerberos static-libs"
55
56 RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"