diff options
author | 2017-07-31 11:00:54 +0200 | |
---|---|---|
committer | 2017-07-31 11:00:54 +0200 | |
commit | cf93107d5b57df1412807eddcbaef9447c54cff8 (patch) | |
tree | b4c4dff44aed6ec524fdcef344b3a3e175442026 /app-emulation | |
parent | app-emulation/xen-pvgrub-4.7.3-r0: amd64 stable (diff) | |
download | gentoo-cf93107d5b57df1412807eddcbaef9447c54cff8.tar.gz gentoo-cf93107d5b57df1412807eddcbaef9447c54cff8.tar.bz2 gentoo-cf93107d5b57df1412807eddcbaef9447c54cff8.zip |
app-emulation/xen-tools-4.7.3-r0: amd64 stable
Gentoo-Bug: 624128
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.7.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.7.3.ebuild b/app-emulation/xen-tools/xen-tools-4.7.3.ebuild index 93100c8956a0..9bca6b105ee6 100644 --- a/app-emulation/xen-tools/xen-tools-4.7.3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.7.3.ebuild @@ -13,12 +13,12 @@ MAJOR_V="$(get_version_component_range 1-2)" if [[ $PV == *9999 ]]; then inherit git-r3 - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" REPO="xen.git" EGIT_REPO_URI="git://xenbits.xen.org/${REPO}" S="${WORKDIR}/${REPO}" else - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" UPSTREAM_VER= SECURITY_VER= # xen-tools's gentoo patches tarball |