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>
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
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"