diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-05-31 23:41:58 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-05-31 23:41:58 +0000 |
commit | 351ebeb92b354bf016ce1ff42f09ef37161200e1 (patch) | |
tree | 2d2618a1a4ba24eff1a18dfa36bf4da8cc8cc041 /app-emulation/virt-manager/virt-manager-0.9.1.ebuild | |
parent | tweak git-2 inherit so repoman can parse it, and inherit user for enewgroup (diff) | |
download | gentoo-2-351ebeb92b354bf016ce1ff42f09ef37161200e1.tar.gz gentoo-2-351ebeb92b354bf016ce1ff42f09ef37161200e1.tar.bz2 gentoo-2-351ebeb92b354bf016ce1ff42f09ef37161200e1.zip |
tweak inherits so repoman can parse them
(Portage version: 2.2.0_alpha108_p9/cvs/Linux i686)
Diffstat (limited to 'app-emulation/virt-manager/virt-manager-0.9.1.ebuild')
-rw-r--r-- | app-emulation/virt-manager/virt-manager-0.9.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/virt-manager/virt-manager-0.9.1.ebuild b/app-emulation/virt-manager/virt-manager-0.9.1.ebuild index b055a34ff022..488b50b7f190 100644 --- a/app-emulation/virt-manager/virt-manager-0.9.1.ebuild +++ b/app-emulation/virt-manager/virt-manager-0.9.1.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/virt-manager/virt-manager-0.9.1.ebuild,v 1.4 2012/04/13 17:46:51 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.9.1.ebuild,v 1.5 2012/05/31 23:41:58 zmedico Exp $ EAPI=4 @@ -8,7 +8,6 @@ EAPI=4 if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="http://git.fedorahosted.org/git/virt-manager.git" - GIT_ECLASS="git-2 autotools" fi PYTHON_DEPEND="2:2.5" @@ -16,9 +15,10 @@ PYTHON_DEPEND="2:2.5" # Stop gnome2.eclass from doing stuff on USE=debug GCONF_DEBUG="no" -inherit eutils gnome2 python ${GIT_ECLASS} +inherit eutils gnome2 python if [[ ${PV} = *9999* ]]; then + inherit git-2 autotools SRC_URI="" KEYWORDS="" VIRTINSTDEP=">=app-emulation/virtinst-9999" |