diff options
author | Sam James <sam@gentoo.org> | 2022-01-09 01:09:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-09 01:09:23 +0000 |
commit | 4fdde7fe6efe6b86df596d770e4afb135d766d04 (patch) | |
tree | 0859fe4fdc65e344aebfb8397a704882641d27aa /app-emulation | |
parent | sci-libs/superlu_mt: Stabilize 3.1-r1 amd64, #830772 (diff) | |
download | gentoo-4fdde7fe6efe6b86df596d770e4afb135d766d04.tar.gz gentoo-4fdde7fe6efe6b86df596d770e4afb135d766d04.tar.bz2 gentoo-4fdde7fe6efe6b86df596d770e4afb135d766d04.zip |
app-emulation/xen-tools: Stabilize 4.15.1-r2 amd64, #830799
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.15.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 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 09fbb10d3318..04d25574dae1 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 @@ -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 |