diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2011-06-03 18:13:03 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2011-06-03 18:13:03 +0000 |
commit | f0087d53259fe49e1d19980cf0944c877b6f68cd (patch) | |
tree | 1ac516f8fd64c78abc52651da64d6d21dc55e26e /app-emulation/libvirt/libvirt-9999.ebuild | |
parent | alpha/ia64/m68k/s390/sh/sparc stable wrt #364847 (diff) | |
download | gentoo-2-f0087d53259fe49e1d19980cf0944c877b6f68cd.tar.gz gentoo-2-f0087d53259fe49e1d19980cf0944c877b6f68cd.tar.bz2 gentoo-2-f0087d53259fe49e1d19980cf0944c877b6f68cd.zip |
Fix issue where the git eclass isn't pulled in for the 9999 build. bug #266839
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/libvirt/libvirt-9999.ebuild')
-rw-r--r-- | app-emulation/libvirt/libvirt-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild index 0ecc58287efa..4b93a734ca55 100644 --- a/app-emulation/libvirt/libvirt-9999.ebuild +++ b/app-emulation/libvirt/libvirt-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.2 2011/03/28 07:57:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.3 2011/06/03 18:13:03 cardoe Exp $ #BACKPORTS=1 @@ -16,7 +16,7 @@ PYTHON_DEPEND="python? 2:2.4" #RESTRICT_PYTHON_ABIS="3.*" #SUPPORT_PYTHON_ABIS="1" -inherit eutils python ${AUTOTOOLIZE+autotools} +inherit eutils python ${AUTOTOOLIZE+autotools} ${GIT_ECLASS} if [[ ${PV} = *9999* ]]; then SRC_URI="" |