diff options
author | Sam James <sam@gentoo.org> | 2022-10-25 18:54:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-25 18:54:39 +0100 |
commit | e80f97e7d6120de402ff44c0f40be0cf047f97c2 (patch) | |
tree | 4cc482bf69216c8ad346fb9168d0dfe98583bb1a /app-emulation/xen-tools | |
parent | app-emulation/xen: Stabilize 4.15.4_pre1 amd64, #877875 (diff) | |
download | gentoo-e80f97e7d6120de402ff44c0f40be0cf047f97c2.tar.gz gentoo-e80f97e7d6120de402ff44c0f40be0cf047f97c2.tar.bz2 gentoo-e80f97e7d6120de402ff44c0f40be0cf047f97c2.zip |
app-emulation/xen-tools: Stabilize 4.15.4_pre1 amd64, #877875
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.15.4_pre1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.15.4_pre1.ebuild b/app-emulation/xen-tools/xen-tools-4.15.4_pre1.ebuild index fe5976e6e978..f80af4173dba 100644 --- a/app-emulation/xen-tools/xen-tools-4.15.4_pre1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.15.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.14.0" EDK2_COMMIT="7b4a99be8a39c12d3a7fc4b8db9f0eab4ac688d5" |