diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-07-08 14:09:17 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-07-08 14:10:14 +0200 |
commit | 20422cbd28ef2bb0870cac390f993e64c0521b61 (patch) | |
tree | fd9eb655cb683ff3eae4bff27f3eed2383ed56a6 /app-emulation/xen-tools | |
parent | app-emulation/xen-pvgrub: x86 stable (bug #683694) (diff) | |
download | gentoo-20422cbd28ef2bb0870cac390f993e64c0521b61.tar.gz gentoo-20422cbd28ef2bb0870cac390f993e64c0521b61.tar.bz2 gentoo-20422cbd28ef2bb0870cac390f993e64c0521b61.zip |
app-emulation/xen-tools: x86 stable (bug #683694)
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.11.1-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.11.1-r5.ebuild b/app-emulation/xen-tools/xen-tools-4.11.1-r5.ebuild index d1cc3ea8ec2b..d481f3025a94 100644 --- a/app-emulation/xen-tools/xen-tools-4.11.1-r5.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.11.1-r5.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=2 SECURITY_VER= # xen-tools's gentoo patches tarball |