Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@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 01:13:47
Message-Id: 1567905197.7b0794630ddff8daa1500e2fc4c9fd0962615725.whissi@gentoo
1 commit: 7b0794630ddff8daa1500e2fc4c9fd0962615725
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 8 00:48:03 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 8 01:13:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b079463
7
8 net-libs/rpcsvc-proto: x86 stable (bug #693310)
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
17 index 353734d0571..8c392087f23 100644
18 --- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
19 +++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/thkukuk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
21
22 SLOT="0"
23 LICENSE="LGPL-2.1+ BSD"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
25 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc x86"
26 IUSE=""
27
28 RDEPEND="!<sys-libs/glibc-2.26"