diff options
author | Sam James <sam@gentoo.org> | 2023-09-05 11:01:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-05 11:01:14 +0100 |
commit | fed08bd1a1904553b441bf9d51a605e892164c45 (patch) | |
tree | 4313726b264d0bfda70efce9677eb10935144226 /app-emulation/xen-tools | |
parent | dev-lang/R: properly indent metadata.xml (diff) | |
download | gentoo-fed08bd1a1904553b441bf9d51a605e892164c45.tar.gz gentoo-fed08bd1a1904553b441bf9d51a605e892164c45.tar.bz2 gentoo-fed08bd1a1904553b441bf9d51a605e892164c45.zip |
app-emulation/xen-tools: Stabilize 4.16.5 x86, #913672
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.16.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.16.5.ebuild b/app-emulation/xen-tools/xen-tools-4.16.5.ebuild index 90dec7792faf..8e3d0f4efce6 100644 --- a/app-emulation/xen-tools/xen-tools-4.16.5.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.16.5.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.16.0" EDK2_COMMIT="b16284e2a0011489f6e16dfcc6af7623c3cbaf0b" |