diff options
author | 2024-01-13 20:44:43 +0000 | |
---|---|---|
committer | 2024-01-13 20:44:43 +0000 | |
commit | 87425b45fb89a32ffaf15c81b39664bc448c346c (patch) | |
tree | d1dbecf198011953a13aa654eb155f6281b80e86 /app-emulation | |
parent | Move {dev-util → dev-build}/meson (diff) | |
download | gentoo-87425b45fb89a32ffaf15c81b39664bc448c346c.tar.gz gentoo-87425b45fb89a32ffaf15c81b39664bc448c346c.tar.bz2 gentoo-87425b45fb89a32ffaf15c81b39664bc448c346c.zip |
app-emulation/xen: Stabilize 4.16.6_pre2 amd64, #922051
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/xen-4.16.6_pre2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen/xen-4.16.6_pre2.ebuild b/app-emulation/xen/xen-4.16.6_pre2.ebuild index 2e9e48aff8b1..07f9f660ee7b 100644 --- a/app-emulation/xen/xen-4.16.6_pre2.ebuild +++ b/app-emulation/xen/xen-4.16.6_pre2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,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" XEN_GENTOO_PATCHSET_NUM=2 XEN_GENTOO_PATCHSET_BASE=4.16.1 |