diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-04-06 08:58:08 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-04-06 08:58:35 +0300 |
commit | 8cee71244fc8460c06bf7701e42029d01290184a (patch) | |
tree | 8eb7d16052ffa1562038e5da9dba708c385d0c25 /app-emulation | |
parent | net-misc/dropbear: add 2024.84 (diff) | |
download | gentoo-8cee71244fc8460c06bf7701e42029d01290184a.tar.gz gentoo-8cee71244fc8460c06bf7701e42029d01290184a.tar.bz2 gentoo-8cee71244fc8460c06bf7701e42029d01290184a.zip |
app-emulation/xen-tools: Stabilize 4.17.4_pre2 x86, #928665
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_pre2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.17.4_pre2.ebuild b/app-emulation/xen-tools/xen-tools-4.17.4_pre2.ebuild index 19446ebe163f..05ec3e6d8580 100644 --- a/app-emulation/xen-tools/xen-tools-4.17.4_pre2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.17.4_pre2.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" |