diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-02 18:20:14 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-02 18:20:14 +0300 |
commit | 4a083dc1d5cfc93b302629910a50657b36f807d8 (patch) | |
tree | 4400ceca8429b232b11ebfe37f7d0cb2d220400c /app-emulation/xen-tools | |
parent | app-emulation/xen: Stabilize 4.16.4_pre1 amd64, #904633 (diff) | |
download | gentoo-4a083dc1d5cfc93b302629910a50657b36f807d8.tar.gz gentoo-4a083dc1d5cfc93b302629910a50657b36f807d8.tar.bz2 gentoo-4a083dc1d5cfc93b302629910a50657b36f807d8.zip |
app-emulation/xen-tools: Stabilize 4.16.4_pre1 amd64, #904633
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.16.4_pre1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.16.4_pre1.ebuild b/app-emulation/xen-tools/xen-tools-4.16.4_pre1.ebuild index f4ae19280df3..008ef2d3e4b0 100644 --- a/app-emulation/xen-tools/xen-tools-4.16.4_pre1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.16.4_pre1.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" |