diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-28 00:42:49 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-28 00:42:49 +0100 |
commit | a274522270ebac3743854ca7ce583a1cad156b33 (patch) | |
tree | 64b9b8e60e2a84d4538f655e73e635398622e3f7 /app-emulation | |
parent | dev-cpp/gtest: x86 stable (bug #674354) (diff) | |
download | gentoo-a274522270ebac3743854ca7ce583a1cad156b33.tar.gz gentoo-a274522270ebac3743854ca7ce583a1cad156b33.tar.bz2 gentoo-a274522270ebac3743854ca7ce583a1cad156b33.zip |
app-emulation/xen-tools: x86 stable (bug #679580)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild index f0965d4e365d..f58f83d88632 100644 --- a/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild @@ -16,7 +16,7 @@ if [[ $PV == *9999 ]]; then 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 |