diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-05-30 21:46:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-05-30 21:46:22 +0000 |
commit | dd6fceab83ccf2bf105a1570b309a093f8af43e8 (patch) | |
tree | 35a1ac55e6cdbb83241a825c32e958e2f74ae511 /net-nds/rpcbind | |
parent | old (diff) | |
download | gentoo-2-dd6fceab83ccf2bf105a1570b309a093f8af43e8.tar.gz gentoo-2-dd6fceab83ccf2bf105a1570b309a093f8af43e8.tar.bz2 gentoo-2-dd6fceab83ccf2bf105a1570b309a093f8af43e8.zip |
Add keywords for all.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-nds/rpcbind')
-rw-r--r-- | net-nds/rpcbind/ChangeLog | 6 | ||||
-rw-r--r-- | net-nds/rpcbind/rpcbind-0.2.0.ebuild | 5 | ||||
-rw-r--r-- | net-nds/rpcbind/rpcbind-9999.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/net-nds/rpcbind/ChangeLog b/net-nds/rpcbind/ChangeLog index dbb21526f143..0ecb9c385b97 100644 --- a/net-nds/rpcbind/ChangeLog +++ b/net-nds/rpcbind/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-nds/rpcbind # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.5 2009/05/30 20:53:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.6 2009/05/30 21:46:22 vapier Exp $ + + 30 May 2009; Mike Frysinger <vapier@gentoo.org> rpcbind-0.2.0.ebuild, + rpcbind-9999.ebuild: + Add keywords for all. *rpcbind-0.2.0 (30 May 2009) diff --git a/net-nds/rpcbind/rpcbind-0.2.0.ebuild b/net-nds/rpcbind/rpcbind-0.2.0.ebuild index df6b091cbaaf..f70a565d6c81 100644 --- a/net-nds/rpcbind/rpcbind-0.2.0.ebuild +++ b/net-nds/rpcbind/rpcbind-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.ebuild,v 1.1 2009/05/30 20:53:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.2 2009/05/30 21:46:22 vapier Exp $ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git" @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then KEYWORDS="" else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi DESCRIPTION="portmap replacement which supports RPC over various protocols" @@ -20,6 +20,7 @@ SLOT="0" IUSE="" DEPEND="net-libs/libtirpc" +RDEPEND=${DEPEND} src_unpack() { if [[ ${PV} == "9999" ]] ; then diff --git a/net-nds/rpcbind/rpcbind-9999.ebuild b/net-nds/rpcbind/rpcbind-9999.ebuild index 91dbed6ed5dc..9f2947009c00 100644 --- a/net-nds/rpcbind/rpcbind-9999.ebuild +++ b/net-nds/rpcbind/rpcbind-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.1 2009/01/17 17:37:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.2 2009/05/30 21:46:22 vapier Exp $ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git" @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then KEYWORDS="" else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi DESCRIPTION="portmap replacement which supports RPC over various protocols" @@ -20,6 +20,7 @@ SLOT="0" IUSE="" DEPEND="net-libs/libtirpc" +RDEPEND=${DEPEND} src_unpack() { if [[ ${PV} == "9999" ]] ; then |