diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-23 19:20:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-23 19:20:29 +0000 |
commit | 9eddc0165d859f0b372728f578f6d9b1018b3491 (patch) | |
tree | a37d76fece7258745575f46db6a5709f9f8a16ed /net-nds/rpcbind | |
parent | Stable for sparc, wrt bug #480090 (diff) | |
download | gentoo-2-9eddc0165d859f0b372728f578f6d9b1018b3491.tar.gz gentoo-2-9eddc0165d859f0b372728f578f6d9b1018b3491.tar.bz2 gentoo-2-9eddc0165d859f0b372728f578f6d9b1018b3491.zip |
Stable for sparc, wrt bug #480094
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-nds/rpcbind')
-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 1e927608491f..a9f64a31f223 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.31 2013/09/14 10:57:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.32 2013/09/23 19:20:29 ago Exp $ + + 23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> rpcbind-0.2.0-r1.ebuild: + Stable for sparc, wrt bug #480094 14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> rpcbind-0.2.0-r1.ebuild: Stable for alpha, wrt 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 a7584efb5a53..33c6bf4e7765 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.9 2013/09/14 10:57:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild,v 1.10 2013/09/23 19:20:29 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" |