diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-08 12:13:36 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-08 12:13:36 +0000 |
commit | ec57bd6ccdd1d74cc9608176ed11e99b860c420f (patch) | |
tree | c550c86c9df2f1707b81fb0c11f610fd46339bb7 /net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild | |
parent | Stable for amd64, wrt bug #480090 (diff) | |
download | gentoo-2-ec57bd6ccdd1d74cc9608176ed11e99b860c420f.tar.gz gentoo-2-ec57bd6ccdd1d74cc9608176ed11e99b860c420f.tar.bz2 gentoo-2-ec57bd6ccdd1d74cc9608176ed11e99b860c420f.zip |
Stable for amd64, wrt bug #480094
(Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild')
-rw-r--r-- | net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild b/net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild index f65c660ded34..7c652f0d96b2 100644 --- a/net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild +++ b/net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild,v 1.1 2013/07/13 12:39:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild,v 1.2 2013/09/08 12:13:36 ago Exp $ EAPI="2" @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then #KEYWORDS="" else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi DESCRIPTION="portmap replacement which supports RPC over various protocols" |