diff options
author | Sam James <sam@gentoo.org> | 2023-09-05 11:01:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-05 11:01:15 +0100 |
commit | 3a318ee890f306bfce54965d9b25f8e7f1500a58 (patch) | |
tree | 028ed944ac1d2cb341b27aac7a62eabca208a301 /app-emulation/xen | |
parent | app-emulation/xen-tools: Stabilize 4.16.5 x86, #913672 (diff) | |
download | gentoo-3a318ee890f306bfce54965d9b25f8e7f1500a58.tar.gz gentoo-3a318ee890f306bfce54965d9b25f8e7f1500a58.tar.bz2 gentoo-3a318ee890f306bfce54965d9b25f8e7f1500a58.zip |
app-emulation/xen: Stabilize 4.16.5 amd64, #913672
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/xen-4.16.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.16.5.ebuild b/app-emulation/xen/xen-4.16.5.ebuild index c868fdb34a15..8036fe927529 100644 --- a/app-emulation/xen/xen-4.16.5.ebuild +++ b/app-emulation/xen/xen-4.16.5.ebuild @@ -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 |