Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/rpcbind/
Date: Sat, 12 Jun 2021 16:07:58
Message-Id: 1623514028.088ab81f1bdf82bb594cb8aebf317d08ea89c4c9.sam@gentoo
1 commit: 088ab81f1bdf82bb594cb8aebf317d08ea89c4c9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 12 16:07:08 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 12 16:07:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=088ab81f
7
8 net-nds/rpcbind: Stabilize 1.2.6 arm64, #795624
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-nds/rpcbind/rpcbind-1.2.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-nds/rpcbind/rpcbind-1.2.6.ebuild b/net-nds/rpcbind/rpcbind-1.2.6.ebuild
16 index 1f67a2e6b37..8c545424cd2 100644
17 --- a/net-nds/rpcbind/rpcbind-1.2.6.ebuild
18 +++ b/net-nds/rpcbind/rpcbind-1.2.6.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
20 inherit autotools git-r3
21 else
22 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
23 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
24 + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
25 fi
26
27 DESCRIPTION="portmap replacement which supports RPC over various protocols"