diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-12-10 01:58:38 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-12-10 02:03:01 -0500 |
commit | 5d014ca211f05612edb5c9946679c37ba06c5118 (patch) | |
tree | 333a07ae2a0d5f718cccce9740cf326594fb8b0a /net-nds/rpcbind | |
parent | net-nds/rpcbind: version bump to 0.2.4 (diff) | |
download | gentoo-5d014ca211f05612edb5c9946679c37ba06c5118.tar.gz gentoo-5d014ca211f05612edb5c9946679c37ba06c5118.tar.bz2 gentoo-5d014ca211f05612edb5c9946679c37ba06c5118.zip |
net-nds/rpcbind: mark 0.2.3-r1 arm64/s390/sh stable
Diffstat (limited to 'net-nds/rpcbind')
-rw-r--r-- | net-nds/rpcbind/rpcbind-0.2.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-nds/rpcbind/rpcbind-0.2.3-r1.ebuild b/net-nds/rpcbind/rpcbind-0.2.3-r1.ebuild index f3b8c85380bd..2227ed7b43b0 100644 --- a/net-nds/rpcbind/rpcbind-0.2.3-r1.ebuild +++ b/net-nds/rpcbind/rpcbind-0.2.3-r1.ebuild @@ -11,7 +11,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 ~s390 ~sh sparc x86" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" fi DESCRIPTION="portmap replacement which supports RPC over various protocols" |