From 351ebeb92b354bf016ce1ff42f09ef37161200e1 Mon Sep 17 00:00:00 2001 From: Zac Medico <zmedico@gentoo.org> Date: Thu, 31 May 2012 23:41:58 +0000 Subject: tweak inherits so repoman can parse them (Portage version: 2.2.0_alpha108_p9/cvs/Linux i686) --- app-emulation/virt-manager/virt-manager-0.9.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-emulation/virt-manager/virt-manager-0.9.1.ebuild') 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" -- cgit v1.2.3-65-gdbad