diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-14 17:22:27 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-14 17:23:04 +0100 |
commit | fa801eb3217e4bd5d2bd1799e29c6e61a9d8e802 (patch) | |
tree | dfdd0098fbdeba254a7a442b9baded7be3bd688f /app-emulation/xen-tools | |
parent | media-video/ffmpeg: x86 stable (diff) | |
download | gentoo-fa801eb3217e4bd5d2bd1799e29c6e61a9d8e802.tar.gz gentoo-fa801eb3217e4bd5d2bd1799e29c6e61a9d8e802.tar.bz2 gentoo-fa801eb3217e4bd5d2bd1799e29c6e61a9d8e802.zip |
app-emulation/xen-tools: x86 stable
Bug: https://bugs.gentoo.org/641566
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.9.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.9.1-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.9.1-r1.ebuild index 9db4ea3cf476..4c35903b2c5d 100644 --- a/app-emulation/xen-tools/xen-tools-4.9.1-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.9.1-r1.ebuild @@ -13,12 +13,12 @@ MAJOR_V="$(get_version_component_range 1-2)" if [[ $PV == *9999 ]]; then inherit git-r3 - KEYWORDS="amd64" + 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=1 SECURITY_VER= # xen-tools's gentoo patches tarball |