diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-12 17:20:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-12 17:20:06 +0000 |
commit | f7f4b560d14af0bd20e4ff9c4f75a2cf57866090 (patch) | |
tree | 422b80f4558158df2642cb8569b41c5025f0e457 /net-nds | |
parent | Stable for ppc, wrt bug #480090 (diff) | |
download | gentoo-2-f7f4b560d14af0bd20e4ff9c4f75a2cf57866090.tar.gz gentoo-2-f7f4b560d14af0bd20e4ff9c4f75a2cf57866090.tar.bz2 gentoo-2-f7f4b560d14af0bd20e4ff9c4f75a2cf57866090.zip |
Stable for ppc, wrt bug #480094
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/rpcbind/ChangeLog | 5 | ||||
-rw-r--r-- | net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-nds/rpcbind/ChangeLog b/net-nds/rpcbind/ChangeLog index 8697f2b448e6..574da06c6865 100644 --- a/net-nds/rpcbind/ChangeLog +++ b/net-nds/rpcbind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-nds/rpcbind # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.26 2013/09/10 19:07:53 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.27 2013/09/12 17:20:06 ago Exp $ + + 12 Sep 2013; Agostino Sarubbo <ago@gentoo.org> rpcbind-0.2.0-r1.ebuild: + Stable for ppc, wrt bug #480094 10 Sep 2013; Markus Meier <maekke@gentoo.org> rpcbind-0.2.0-r1.ebuild: arm stable, bug #480094 diff --git a/net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild b/net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild index aa1ee0dec221..b8486adf0084 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.4 2013/09/10 19:07:53 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild,v 1.5 2013/09/12 17:20:06 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" |