diff options
author | Sam James <sam@gentoo.org> | 2022-05-04 03:48:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-04 03:48:37 +0100 |
commit | d6f76b42a3bb414b0affd749b71d4fd16e145630 (patch) | |
tree | 5c29c68af51626a00e7c1798bf48c9196bdd8132 | |
parent | app-emulation/xen-tools: Stabilize 4.15.2-r2 amd64, #835402 (diff) | |
download | gentoo-d6f76b42a3bb414b0affd749b71d4fd16e145630.tar.gz gentoo-d6f76b42a3bb414b0affd749b71d4fd16e145630.tar.bz2 gentoo-d6f76b42a3bb414b0affd749b71d4fd16e145630.zip |
app-emulation/xen: Stabilize 4.15.2-r2 amd64, #835402
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-emulation/xen/xen-4.15.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.15.2-r2.ebuild b/app-emulation/xen/xen-4.15.2-r2.ebuild index 1bd0eb2c6709..295e07209e8e 100644 --- a/app-emulation/xen/xen-4.15.2-r2.ebuild +++ b/app-emulation/xen/xen-4.15.2-r2.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="git://xenbits.xen.org/xen.git" SRC_URI="" else - KEYWORDS="~amd64 ~arm -x86" + KEYWORDS="amd64 ~arm -x86" UPSTREAM_VER=2 SECURITY_VER= GENTOO_VER= |