diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-02-24 14:35:10 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-02-24 14:35:10 +0100 |
commit | 551422e50c3d06e4e60458aed4f4000ddcfa8c36 (patch) | |
tree | ff6ae3be793d6077a669b6cd397e168a0c987fbb /net-nds | |
parent | sys-kernel/vanilla-sources: bump to 4.4.51 (diff) | |
download | gentoo-551422e50c3d06e4e60458aed4f4000ddcfa8c36.tar.gz gentoo-551422e50c3d06e4e60458aed4f4000ddcfa8c36.tar.bz2 gentoo-551422e50c3d06e4e60458aed4f4000ddcfa8c36.zip |
net-nds/rpcbind: amd64 stable wrt bug #610704
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/rpcbind/rpcbind-0.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/rpcbind/rpcbind-0.2.4.ebuild b/net-nds/rpcbind/rpcbind-0.2.4.ebuild index 561423bddc3e..1c0f5412aa81 100644 --- a/net-nds/rpcbind/rpcbind-0.2.4.ebuild +++ b/net-nds/rpcbind/rpcbind-0.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -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" |