diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-17 18:55:25 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-17 18:55:25 +0200 |
commit | fd28c64c5228038ffefe8a5cd77780d395b179ec (patch) | |
tree | 124b42bb30632dd162cd5c54816179ee21cc2b0b /app-emulation/xen-tools | |
parent | dev-libs/tree-sitter-cmake: update DESCRIPTION (diff) | |
download | gentoo-fd28c64c5228038ffefe8a5cd77780d395b179ec.tar.gz gentoo-fd28c64c5228038ffefe8a5cd77780d395b179ec.tar.bz2 gentoo-fd28c64c5228038ffefe8a5cd77780d395b179ec.zip |
app-emulation/xen-tools: Stabilize 4.15.4-r1 x86, #886471
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.15.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.15.4-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.15.4-r1.ebuild index e0602f589a17..1d4732020c2a 100644 --- a/app-emulation/xen-tools/xen-tools-4.15.4-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.15.4-r1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="git://xenbits.xen.org/${REPO}" S="${WORKDIR}/${REPO}" else - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" SEABIOS_VER="1.14.0" EDK2_COMMIT="7b4a99be8a39c12d3a7fc4b8db9f0eab4ac688d5" |