diff options
author | Sam James <sam@gentoo.org> | 2024-06-12 20:47:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-12 20:47:52 +0100 |
commit | c0b3519434a3da9fb9b7630014adc4afc43bac94 (patch) | |
tree | b893fba74a8eea1361f06d7a37f6bcb0a0489c1a /app-emulation/xen-tools | |
parent | dev-python/ubelt: Fix running tests (add EPYTEST_IGNORE) (diff) | |
download | gentoo-c0b3519434a3da9fb9b7630014adc4afc43bac94.tar.gz gentoo-c0b3519434a3da9fb9b7630014adc4afc43bac94.tar.bz2 gentoo-c0b3519434a3da9fb9b7630014adc4afc43bac94.zip |
app-emulation/xen-tools: Stabilize 4.17.4-r1 x86, #933449
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.17.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.17.4-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.17.4-r1.ebuild index b7ab3179dc43..4b88e126ae7a 100644 --- a/app-emulation/xen-tools/xen-tools-4.17.4-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.17.4-r1.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" |