diff options
author | Sam James <sam@gentoo.org> | 2021-06-12 13:59:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-12 13:59:54 +0000 |
commit | b8bb3000a1dcacaad2e603879d16b28c4f416afa (patch) | |
tree | edf3316fe4e4846a24f00239800042ff8fa328dc /app-emulation/xen-tools | |
parent | media-sound/gigedit: Stabilize 1.2.0 amd64, #795183 (diff) | |
download | gentoo-b8bb3000a1dcacaad2e603879d16b28c4f416afa.tar.gz gentoo-b8bb3000a1dcacaad2e603879d16b28c4f416afa.tar.bz2 gentoo-b8bb3000a1dcacaad2e603879d16b28c4f416afa.zip |
app-emulation/xen-tools: Stabilize 4.14.2-r1 x86, #795054
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.14.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.14.2-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.14.2-r1.ebuild index b68bca235567..7831e54c9fd4 100644 --- a/app-emulation/xen-tools/xen-tools-4.14.2-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.14.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= # xen-tools's gentoo patches tarball |