diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-04-11 06:21:31 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-04-11 06:21:31 +0300 |
commit | 85c6fbfc5c04ee629581dba3168d99cffc78dd04 (patch) | |
tree | 185fbd36b2a542dada122eaab7875b13278afd84 /app-emulation | |
parent | dev-cpp/cpp-httplib: Stabilize 0.15.3 x86, #929104 (diff) | |
download | gentoo-85c6fbfc5c04ee629581dba3168d99cffc78dd04.tar.gz gentoo-85c6fbfc5c04ee629581dba3168d99cffc78dd04.tar.bz2 gentoo-85c6fbfc5c04ee629581dba3168d99cffc78dd04.zip |
app-emulation/xen-tools: Stabilize 4.17.4 x86, #929053
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.17.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.17.4.ebuild b/app-emulation/xen-tools/xen-tools-4.17.4.ebuild index c62a890bde7f..4605f10f5cd3 100644 --- a/app-emulation/xen-tools/xen-tools-4.17.4.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.17.4.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" |