diff options
author | Sam James <sam@gentoo.org> | 2021-06-12 15:45:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-12 15:45:51 +0000 |
commit | cf31530f6619cda73e4fd3ac9204caf30cea2e28 (patch) | |
tree | e48cd87b1712246b0e42a19d9c26b2c0dde6fd25 /net-nds | |
parent | app-admin/sysklogd: Stabilize 2.2.3 ppc64, #795621 (diff) | |
download | gentoo-cf31530f6619cda73e4fd3ac9204caf30cea2e28.tar.gz gentoo-cf31530f6619cda73e4fd3ac9204caf30cea2e28.tar.bz2 gentoo-cf31530f6619cda73e4fd3ac9204caf30cea2e28.zip |
net-nds/rpcbind: Stabilize 1.2.6 ppc64, #795624
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/rpcbind/rpcbind-1.2.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-nds/rpcbind/rpcbind-1.2.6.ebuild b/net-nds/rpcbind/rpcbind-1.2.6.ebuild index 8e3bca1c116a..a59f7e80399b 100644 --- a/net-nds/rpcbind/rpcbind-1.2.6.ebuild +++ b/net-nds/rpcbind/rpcbind-1.2.6.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit autotools git-r3 else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86" fi DESCRIPTION="portmap replacement which supports RPC over various protocols" |