diff options
author | Sam James <sam@gentoo.org> | 2021-06-12 16:07:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-12 16:07:08 +0000 |
commit | 088ab81f1bdf82bb594cb8aebf317d08ea89c4c9 (patch) | |
tree | 8115d40f03025df9ced2baeb911dfb636eaef880 /net-nds | |
parent | net-libs/libtirpc: Stabilize 1.3.2 arm64, #795618 (diff) | |
download | gentoo-088ab81f1bdf82bb594cb8aebf317d08ea89c4c9.tar.gz gentoo-088ab81f1bdf82bb594cb8aebf317d08ea89c4c9.tar.bz2 gentoo-088ab81f1bdf82bb594cb8aebf317d08ea89c4c9.zip |
net-nds/rpcbind: Stabilize 1.2.6 arm64, #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 1f67a2e6b37d..8c545424cd28 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" |