diff options
author | 2015-12-05 23:00:03 -0600 | |
---|---|---|
committer | 2015-12-05 23:35:02 -0600 | |
commit | c9a8d507780f6d77baa32a48bd2716d9f96b97f9 (patch) | |
tree | 81c9f1179fff28d424444b00d6c45d207f68eb0a /app-emulation/xen | |
parent | x11-drivers/nvidia-drivers: Unload nvidia-modeset as needed (bug #566242 by A... (diff) | |
download | gentoo-c9a8d507780f6d77baa32a48bd2716d9f96b97f9.tar.gz gentoo-c9a8d507780f6d77baa32a48bd2716d9f96b97f9.tar.bz2 gentoo-c9a8d507780f6d77baa32a48bd2716d9f96b97f9.zip |
app-emulation/xen: update inherit lines and use git-r3
Move the inherit lines back up near the top and switch to using git-r3
for the live version.
Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/xen-4.6.0-r2.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-emulation/xen/xen-4.6.0-r2.ebuild b/app-emulation/xen/xen-4.6.0-r2.ebuild index 337751158d49..f3d1b62bed9b 100644 --- a/app-emulation/xen/xen-4.6.0-r2.ebuild +++ b/app-emulation/xen/xen-4.6.0-r2.ebuild @@ -6,13 +6,16 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) +inherit eutils mount-boot flag-o-matic python-any-r1 toolchain-funcs + MY_PV=${PV/_/-} MY_P=${PN}-${PV/_/-} if [[ $PV == *9999 ]]; then + inherit git-r3 KEYWORDS="" - EGIT_REPO_URI="git://xenbits.xen.org/${PN}.git" - live_eclass="git-2" + EGIT_REPO_URI="git://xenbits.xen.org/xen.git" + SRC_URI="" else KEYWORDS="~amd64 ~arm ~arm64 -x86" UPSTREAM_VER=0 @@ -32,8 +35,6 @@ else https://dev.gentoo.org/~idella4/distfiles/${PN}-security-patches.tar.gz" fi -inherit mount-boot flag-o-matic python-any-r1 toolchain-funcs eutils ${live_eclass} - DESCRIPTION="The Xen virtual machine monitor" HOMEPAGE="http://xen.org/" LICENSE="GPL-2" |