diff options
author | Sam James <sam@gentoo.org> | 2021-04-18 01:44:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 01:44:02 +0000 |
commit | 92134527e8b1ad80957794bd78b8fe832a5d7744 (patch) | |
tree | c570e988fd885dc3b71df5721cdb026f42c8b06f /app-emulation | |
parent | x11-terms/alacritty: Stabilize 0.7.2 amd64, #783399 (diff) | |
download | gentoo-92134527e8b1ad80957794bd78b8fe832a5d7744.tar.gz gentoo-92134527e8b1ad80957794bd78b8fe832a5d7744.tar.bz2 gentoo-92134527e8b1ad80957794bd78b8fe832a5d7744.zip |
app-emulation/xen-tools: Stabilize 4.13.3 amd64, #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 c413f4c4d87d..37bd7fd1281d 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 |