diff options
author | 2023-09-05 11:01:16 +0100 | |
---|---|---|
committer | 2023-09-05 11:01:16 +0100 | |
commit | 1c1d211b583a5e6da159684cc56270830760aa4c (patch) | |
tree | 4e225c070cc27ae1d303ff9e76b8fed144ac16b2 /app-emulation/xen-tools/xen-tools-4.16.5.ebuild | |
parent | app-emulation/xen: Stabilize 4.16.5 amd64, #913672 (diff) | |
download | gentoo-1c1d211b583a5e6da159684cc56270830760aa4c.tar.gz gentoo-1c1d211b583a5e6da159684cc56270830760aa4c.tar.bz2 gentoo-1c1d211b583a5e6da159684cc56270830760aa4c.zip |
app-emulation/xen-tools: Stabilize 4.16.5 amd64, #913672
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/xen-tools/xen-tools-4.16.5.ebuild')
-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 8e3d0f4efce6..a66f03394cc6 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" |