diff options
author | Sam James <sam@gentoo.org> | 2021-02-04 14:08:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-04 14:08:52 +0000 |
commit | 8312014373725c28987ccc64ca4cfd6c790bf273 (patch) | |
tree | b54a06b78c6b50a63c1f8546c575ef8d7ad4a45e /app-emulation/xen | |
parent | sys-libs/kpmcore: drop 20.12.1* (diff) | |
download | gentoo-8312014373725c28987ccc64ca4cfd6c790bf273.tar.gz gentoo-8312014373725c28987ccc64ca4cfd6c790bf273.tar.bz2 gentoo-8312014373725c28987ccc64ca4cfd6c790bf273.zip |
app-emulation/xen: Stabilize 4.13.2-r4 amd64, #766474
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/xen-4.13.2-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen/xen-4.13.2-r4.ebuild b/app-emulation/xen/xen-4.13.2-r4.ebuild index 448b93a8ce2c..4c38268d9b14 100644 --- a/app-emulation/xen/xen-4.13.2-r4.ebuild +++ b/app-emulation/xen/xen-4.13.2-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 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=3 SECURITY_VER= GENTOO_VER= |