diff options
author | Sam James <sam@gentoo.org> | 2023-10-20 17:54:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-20 17:54:40 +0100 |
commit | 0ca74f9f3f99823793540e79729b571c95ed9520 (patch) | |
tree | 583946d8540ae3f78f3af8e1118b0b98185e6ca4 /app-emulation/xen-tools | |
parent | app-emulation/xen: Stabilize 4.16.6_pre1 amd64, #916048 (diff) | |
download | gentoo-0ca74f9f3f99823793540e79729b571c95ed9520.tar.gz gentoo-0ca74f9f3f99823793540e79729b571c95ed9520.tar.bz2 gentoo-0ca74f9f3f99823793540e79729b571c95ed9520.zip |
app-emulation/xen-tools: Stabilize 4.16.6_pre1 amd64, #916048
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.6_pre1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.16.6_pre1.ebuild b/app-emulation/xen-tools/xen-tools-4.16.6_pre1.ebuild index 23e27dafd6a9..75a33794a4b1 100644 --- a/app-emulation/xen-tools/xen-tools-4.16.6_pre1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.16.6_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" |