summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/libvirt/libvirt-0.9.11.3.ebuild')
-rw-r--r--app-emulation/libvirt/libvirt-0.9.11.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/libvirt/libvirt-0.9.11.3.ebuild b/app-emulation/libvirt/libvirt-0.9.11.3.ebuild
index 30cc1f606088..beec57d4ebee 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.5 2012/05/21 09:21:56 phajdan.jr Exp $
+# $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 $
EAPI=4
@@ -10,8 +10,8 @@ EAPI=4
MY_P="${P/_rc/-rc}"
if [[ ${PV} = *9999* ]]; then
+ inherit autotools git-2
EGIT_REPO_URI="git://libvirt.org/libvirt.git"
- GIT_ECLASS="git-2"
AUTOTOOLIZE=yes
fi
@@ -19,7 +19,7 @@ PYTHON_DEPEND="python? 2:2.5"
#RESTRICT_PYTHON_ABIS="3.*"
#SUPPORT_PYTHON_ABIS="1"
-inherit eutils python ${AUTOTOOLIZE+autotools} ${GIT_ECLASS}
+inherit eutils python
if [[ ${PV} = *9999* ]]; then
SRC_URI=""