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 15:49:17
Message-Id: 1623512691.77ef960c16c6d622ccadeb6b3b8ebc9bb1d77877.sam@gentoo
1 commit: 77ef960c16c6d622ccadeb6b3b8ebc9bb1d77877
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 12 15:44:51 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 12 15:44:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ef960c
7
8 net-nds/rpcbind: Stabilize 1.2.6 ppc, #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 51778b3ddf6..8e3bca1c116 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"