diff options
author | 2012-05-31 22:56:51 +0000 | |
---|---|---|
committer | 2012-05-31 22:56:51 +0000 | |
commit | bf88023a5bbe910e094c1af11a9d8af18746196f (patch) | |
tree | 80f606c4ed4ae777c26934d7b589211dd839e1dc /app-emulation/libvirt/libvirt-0.9.11.3.ebuild | |
parent | tweak inherits so repoman can parse them (diff) | |
download | historical-bf88023a5bbe910e094c1af11a9d8af18746196f.tar.gz historical-bf88023a5bbe910e094c1af11a9d8af18746196f.tar.bz2 historical-bf88023a5bbe910e094c1af11a9d8af18746196f.zip |
restore previous inherit order, in case it matters
Package-Manager: portage-2.2.0_alpha108_p9/cvs/Linux i686
Diffstat (limited to 'app-emulation/libvirt/libvirt-0.9.11.3.ebuild')
-rw-r--r-- | app-emulation/libvirt/libvirt-0.9.11.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/libvirt/libvirt-0.9.11.3.ebuild b/app-emulation/libvirt/libvirt-0.9.11.3.ebuild index beec57d4ebee..0a4251b75d87 100644 --- a/app-emulation/libvirt/libvirt-0.9.11.3.ebuild +++ b/app-emulation/libvirt/libvirt-0.9.11.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.11.3.ebuild,v 1.6 2012/05/31 22:53:52 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.11.3.ebuild,v 1.7 2012/05/31 22:56:51 zmedico Exp $ EAPI=4 @@ -10,7 +10,6 @@ EAPI=4 MY_P="${P/_rc/-rc}" if [[ ${PV} = *9999* ]]; then - inherit autotools git-2 EGIT_REPO_URI="git://libvirt.org/libvirt.git" AUTOTOOLIZE=yes fi @@ -22,6 +21,7 @@ PYTHON_DEPEND="python? 2:2.5" inherit eutils python if [[ ${PV} = *9999* ]]; then + inherit autotools git-2 SRC_URI="" KEYWORDS="" else |