diff options
author | Sam James <sam@gentoo.org> | 2020-11-12 16:06:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-12 16:06:04 +0000 |
commit | e5b936cc4e5e7c5e57852f47f565bfa8f983655f (patch) | |
tree | 756f06669f0c7f887a5dc81ffbd481637f5f6e96 /app-emulation/xen-tools | |
parent | sys-devel/llvm-roc: Version bump to 3.9.0 (diff) | |
download | gentoo-e5b936cc4e5e7c5e57852f47f565bfa8f983655f.tar.gz gentoo-e5b936cc4e5e7c5e57852f47f565bfa8f983655f.tar.bz2 gentoo-e5b936cc4e5e7c5e57852f47f565bfa8f983655f.zip |
app-emulation/xen-tools: Stabilize 4.13.2-r1 x86, #754105
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.13.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.13.2-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.13.2-r1.ebuild index 4fe1835b502b..b3c82b224cad 100644 --- a/app-emulation/xen-tools/xen-tools-4.13.2-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.13.2-r1.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=0 SECURITY_VER=29 # xen-tools's gentoo patches tarball |