diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-11-02 21:58:33 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-11-02 22:13:12 +0100 |
commit | 44794cd62f5c2d200046f3546d9eb80a1dc634a9 (patch) | |
tree | f759dd8e0960d0749b72f949f51aa44fb2a31f1e /app-emulation/xen-tools | |
parent | app-admin/tripwire: x86 stable (bug #636246) (diff) | |
download | gentoo-44794cd62f5c2d200046f3546d9eb80a1dc634a9.tar.gz gentoo-44794cd62f5c2d200046f3546d9eb80a1dc634a9.tar.bz2 gentoo-44794cd62f5c2d200046f3546d9eb80a1dc634a9.zip |
app-emulation/xen-tools: x86 stable (bug #631366)
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.8.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.8.2-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.8.2-r1.ebuild index 3e35cd4c8eac..6e96925cfed9 100644 --- a/app-emulation/xen-tools/xen-tools-4.8.2-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.8.2-r1.ebuild @@ -13,12 +13,12 @@ MAJOR_V="$(get_version_component_range 1-2)" if [[ $PV == *9999 ]]; then inherit git-r3 - KEYWORDS="" + KEYWORDS="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=1 SECURITY_VER= # xen-tools's gentoo patches tarball |