diff options
author | Sam James <sam@gentoo.org> | 2024-10-14 18:49:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-14 18:49:48 +0100 |
commit | f83ab9674474d33a36d4c39c21c0ee43535675c8 (patch) | |
tree | 1af3e6b0f4a9f108568b558e99cf556262a9f569 /app-emulation | |
parent | net-fs/cifs-utils: Stabilize 7.0-r1 amd64, #941475 (diff) | |
download | gentoo-f83ab9674474d33a36d4c39c21c0ee43535675c8.tar.gz gentoo-f83ab9674474d33a36d4c39c21c0ee43535675c8.tar.bz2 gentoo-f83ab9674474d33a36d4c39c21c0ee43535675c8.zip |
app-emulation/xen-tools: Stabilize 4.18.4_pre0 x86, #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 3d4030726084..ec9eb553884c 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" |