Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/
Date: Sun, 08 Sep 2019 22:29:14
Message-Id: 1567981726.c0582150603fabbbd7f28349df37ba98d8fe6948.bman@gentoo
1 commit: c0582150603fabbbd7f28349df37ba98d8fe6948
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 8 22:28:46 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 8 22:28:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0582150
7
8 net-libs/rpcsvc-proto: arm64 stable (bug #693310)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.75, Repoman-2.3.17
12 RepoMan-Options: --include-arches="arm64"
13
14 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
18 index fdfda362ad0..988081423c5 100644
19 --- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
20 +++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/thkukuk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
22
23 SLOT="0"
24 LICENSE="LGPL-2.1+ BSD"
25 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh ~sparc x86"
26 +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh ~sparc x86"
27 IUSE=""
28
29 RDEPEND="!<sys-libs/glibc-2.26"