diff options
author | Sam James <sam@gentoo.org> | 2021-04-18 01:41:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 01:41:07 +0000 |
commit | f3bd75bec3dd5d5c1ab7edd84482835e1a46ed6c (patch) | |
tree | dab57e425e4ac507b75a639405bff7bb12e3814b /app-emulation | |
parent | dev-libs/libedit: Stabilize 20210216.3.1 x86, #783378 (diff) | |
download | gentoo-f3bd75bec3dd5d5c1ab7edd84482835e1a46ed6c.tar.gz gentoo-f3bd75bec3dd5d5c1ab7edd84482835e1a46ed6c.tar.bz2 gentoo-f3bd75bec3dd5d5c1ab7edd84482835e1a46ed6c.zip |
app-emulation/xen-tools: Stabilize 4.13.3 x86, #783456
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.13.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.13.3.ebuild b/app-emulation/xen-tools/xen-tools-4.13.3.ebuild index f7a1cd02db8e..c413f4c4d87d 100644 --- a/app-emulation/xen-tools/xen-tools-4.13.3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.13.3.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= SECURITY_VER= # xen-tools's gentoo patches tarball |