diff options
author | Sam James <sam@gentoo.org> | 2024-03-28 16:43:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-28 16:43:55 +0000 |
commit | 6782d74b9fd2c16dd034c9ddddd63eed9fba67ba (patch) | |
tree | 3860bcd9db7b4e32fd3e9f6770edc5494f8060b8 /app-emulation | |
parent | net-analyzer/shodan: Stabilize 1.31.0 x86, #928043 (diff) | |
download | gentoo-6782d74b9fd2c16dd034c9ddddd63eed9fba67ba.tar.gz gentoo-6782d74b9fd2c16dd034c9ddddd63eed9fba67ba.tar.bz2 gentoo-6782d74b9fd2c16dd034c9ddddd63eed9fba67ba.zip |
app-emulation/xen-tools: Stabilize 4.17.4_pre1 x86, #928053
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.17.4_pre1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.17.4_pre1.ebuild b/app-emulation/xen-tools/xen-tools-4.17.4_pre1.ebuild index 8fadbbf335fd..cc9374257fc9 100644 --- a/app-emulation/xen-tools/xen-tools-4.17.4_pre1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.17.4_pre1.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" |