diff options
author | Sam James <sam@gentoo.org> | 2022-01-09 01:09:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-09 01:09:24 +0000 |
commit | 8960a3e8a12ccca67a27ddbc11b62b14c2a2a004 (patch) | |
tree | 86e5ca79f1c21e6fbc40f3b6a986be3ad6cda76e /app-emulation | |
parent | app-emulation/xen-tools: Stabilize 4.15.1-r2 amd64, #830799 (diff) | |
download | gentoo-8960a3e8a12ccca67a27ddbc11b62b14c2a2a004.tar.gz gentoo-8960a3e8a12ccca67a27ddbc11b62b14c2a2a004.tar.bz2 gentoo-8960a3e8a12ccca67a27ddbc11b62b14c2a2a004.zip |
app-emulation/xen: 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/xen-4.15.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen/xen-4.15.1-r2.ebuild b/app-emulation/xen/xen-4.15.1-r2.ebuild index 9170b0ac6fc9..c47eb7e424a0 100644 --- a/app-emulation/xen/xen-4.15.1-r2.ebuild +++ b/app-emulation/xen/xen-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 @@ -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= |