diff options
author | Sam James <sam@gentoo.org> | 2020-11-10 18:46:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-10 18:46:07 +0000 |
commit | 76bccdd5181e4846092c815ed6843bbba6167707 (patch) | |
tree | de6f5036deba8b116cc62c08c2e7561539455e42 /app-emulation/xen-tools | |
parent | gui-wm/sway: bump to 1.5.1 (diff) | |
download | gentoo-76bccdd5181e4846092c815ed6843bbba6167707.tar.gz gentoo-76bccdd5181e4846092c815ed6843bbba6167707.tar.bz2 gentoo-76bccdd5181e4846092c815ed6843bbba6167707.zip |
app-emulation/xen-tools: Stabilize 4.13.2 x86, #753692
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.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.13.2.ebuild b/app-emulation/xen-tools/xen-tools-4.13.2.ebuild index 77b62fd4baf8..fb44a410b4a4 100644 --- a/app-emulation/xen-tools/xen-tools-4.13.2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.13.2.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=29 # xen-tools's gentoo patches tarball |