diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-04 21:23:27 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-04 21:23:27 +0300 |
commit | 6a37515ef4088d89c625de2baab739b555203b29 (patch) | |
tree | 459a41b6b73f12e8e60797ddf92c61e4f0721c82 /app-emulation | |
parent | sci-libs/gdal: Stabilize 3.8.5 x86, #933036 (diff) | |
download | gentoo-6a37515ef4088d89c625de2baab739b555203b29.tar.gz gentoo-6a37515ef4088d89c625de2baab739b555203b29.tar.bz2 gentoo-6a37515ef4088d89c625de2baab739b555203b29.zip |
app-emulation/xen: Stabilize 4.17.4-r1 amd64, #933449
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/xen-4.17.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.17.4-r1.ebuild b/app-emulation/xen/xen-4.17.4-r1.ebuild index c389bf646393..22e907c35e81 100644 --- a/app-emulation/xen/xen-4.17.4-r1.ebuild +++ b/app-emulation/xen/xen-4.17.4-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://xenbits.xen.org/git-http/xen.git" SRC_URI="" else - KEYWORDS="~amd64 ~arm -x86" + KEYWORDS="amd64 ~arm -x86" XEN_GENTOO_PATCHSET_NUM=2 XEN_GENTOO_PATCHSET_BASE=4.17.0 |