diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-04-11 06:37:56 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-04-11 06:37:56 +0300 |
commit | fe2e256b9334816d6e7c0cb14100cd8d5b22bb60 (patch) | |
tree | 6a3c66dcd4e57998957f30ad70dfaeb9fba41b28 /app-emulation | |
parent | app-emulation/xen-tools: Stabilize 4.17.4 amd64, #929053 (diff) | |
download | gentoo-fe2e256b9334816d6e7c0cb14100cd8d5b22bb60.tar.gz gentoo-fe2e256b9334816d6e7c0cb14100cd8d5b22bb60.tar.bz2 gentoo-fe2e256b9334816d6e7c0cb14100cd8d5b22bb60.zip |
app-emulation/xen: Stabilize 4.17.4 amd64, #929053
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/xen-4.17.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.17.4.ebuild b/app-emulation/xen/xen-4.17.4.ebuild index 3152a4b60f44..7b2ca8a62fef 100644 --- a/app-emulation/xen/xen-4.17.4.ebuild +++ b/app-emulation/xen/xen-4.17.4.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 |