diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-08 19:02:04 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-08 19:02:04 +0100 |
commit | eb8fc579c619b302ec92a29f5ba36dde5b585053 (patch) | |
tree | 5e18346665dd80872d77e65fb063f95152f6d238 /app-emulation | |
parent | dev-python/distlib: Stabilize 0.3.4 x86, #830791 (diff) | |
download | gentoo-eb8fc579c619b302ec92a29f5ba36dde5b585053.tar.gz gentoo-eb8fc579c619b302ec92a29f5ba36dde5b585053.tar.bz2 gentoo-eb8fc579c619b302ec92a29f5ba36dde5b585053.zip |
app-emulation/xen-tools: Stabilize 4.15.1-r2 x86, #830799
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.15.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.15.1-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.15.1-r2.ebuild index 1bd53de373b8..09fbb10d3318 100644 --- a/app-emulation/xen-tools/xen-tools-4.15.1-r2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.15.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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=1 SECURITY_VER= # xen-tools's gentoo patches tarball |