diff options
author | Sam James <sam@gentoo.org> | 2024-10-14 18:49:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-14 18:49:50 +0100 |
commit | f45816fe1f7ad17098c6cd6f369abde75a7270d3 (patch) | |
tree | 4c9192e08865b9f5a67ddeb7e4ca11bc1b1b3263 /app-emulation | |
parent | app-emulation/xen: Stabilize 4.18.4_pre0 amd64, #941511 (diff) | |
download | gentoo-f45816fe1f7ad17098c6cd6f369abde75a7270d3.tar.gz gentoo-f45816fe1f7ad17098c6cd6f369abde75a7270d3.tar.bz2 gentoo-f45816fe1f7ad17098c6cd6f369abde75a7270d3.zip |
app-emulation/xen-tools: Stabilize 4.18.4_pre0 amd64, #941511
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.18.4_pre0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.18.4_pre0.ebuild b/app-emulation/xen-tools/xen-tools-4.18.4_pre0.ebuild index ec9eb553884c..1ef6d3e68c50 100644 --- a/app-emulation/xen-tools/xen-tools-4.18.4_pre0.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.18.4_pre0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://xenbits.xen.org/git-http/${REPO}" S="${WORKDIR}/${REPO}" else - KEYWORDS="~amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 ~arm ~arm64 x86" SEABIOS_VER="1.16.0" EDK2_COMMIT="b16284e2a0011489f6e16dfcc6af7623c3cbaf0b" |