diff options
author | 2024-04-06 09:05:38 +0300 | |
---|---|---|
committer | 2024-04-06 09:05:38 +0300 | |
commit | 86df8a1ae83bbe0b3ae0843f48a9723aa57e7a60 (patch) | |
tree | 3de374f8c677a18d3d14e7f0af94281b64d7be66 /app-emulation | |
parent | app-emulation/xen-tools: Stabilize 4.17.4_pre2 amd64, #928665 (diff) | |
download | gentoo-86df8a1ae83bbe0b3ae0843f48a9723aa57e7a60.tar.gz gentoo-86df8a1ae83bbe0b3ae0843f48a9723aa57e7a60.tar.bz2 gentoo-86df8a1ae83bbe0b3ae0843f48a9723aa57e7a60.zip |
app-emulation/xen: Stabilize 4.17.4_pre2 amd64, #928665
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/xen-4.17.4_pre2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.17.4_pre2.ebuild b/app-emulation/xen/xen-4.17.4_pre2.ebuild index 503000ca671c..ea958743d3db 100644 --- a/app-emulation/xen/xen-4.17.4_pre2.ebuild +++ b/app-emulation/xen/xen-4.17.4_pre2.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 |