diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:18:08 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:18:08 +0000 |
commit | 7e858f158fd9afdb37863c54effc9b5cc9f519f9 (patch) | |
tree | fc73b7e71176dc9f94fd72017403154c4516fe5c /net-nds | |
parent | Marking cbflib-0.9.2.3 ppc for bug 413815 (diff) | |
download | gentoo-2-7e858f158fd9afdb37863c54effc9b5cc9f519f9.tar.gz gentoo-2-7e858f158fd9afdb37863c54effc9b5cc9f519f9.tar.bz2 gentoo-2-7e858f158fd9afdb37863c54effc9b5cc9f519f9.zip |
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/rpcbind/ChangeLog | 5 | ||||
-rw-r--r-- | net-nds/rpcbind/rpcbind-0.2.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-nds/rpcbind/ChangeLog b/net-nds/rpcbind/ChangeLog index d0b4fc507353..52981199c6c1 100644 --- a/net-nds/rpcbind/ChangeLog +++ b/net-nds/rpcbind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-nds/rpcbind # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.19 2012/05/03 04:24:37 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.20 2012/05/21 19:18:08 xarthisius Exp $ + + 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> rpcbind-0.2.0.ebuild: + Add missing inheritance of eutils.eclass 03 May 2012; Jeff Horelick <jdhore@gentoo.org> rpcbind-0.2.0.ebuild, rpcbind-9999.ebuild: diff --git a/net-nds/rpcbind/rpcbind-0.2.0.ebuild b/net-nds/rpcbind/rpcbind-0.2.0.ebuild index 8c4ab3bf679d..cc195d21b8ef 100644 --- a/net-nds/rpcbind/rpcbind-0.2.0.ebuild +++ b/net-nds/rpcbind/rpcbind-0.2.0.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2012 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.14 2012/05/03 04:24:37 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.15 2012/05/21 19:18:08 xarthisius Exp $ EAPI="2" -inherit autotools +inherit autotools eutils if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git" - inherit autotools git-2 + inherit autotools eutils git-2 SRC_URI="" #KEYWORDS="" else |