diff options
author | 2024-12-03 12:49:44 +0200 | |
---|---|---|
committer | 2024-12-03 12:49:44 +0200 | |
commit | a35188a985705db53a194eda76f3c070c8d7ddcf (patch) | |
tree | 1d8275d310ee545a2b299b2b29013a930556a9ed /app-emulation | |
parent | net-dialup/freeradius: drop 3.2.2 (diff) | |
download | gentoo-a35188a985705db53a194eda76f3c070c8d7ddcf.tar.gz gentoo-a35188a985705db53a194eda76f3c070c8d7ddcf.tar.bz2 gentoo-a35188a985705db53a194eda76f3c070c8d7ddcf.zip |
app-emulation/xen-tools: Stabilize 4.18.4_pre1 amd64, #945367
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.18.4_pre1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.18.4_pre1.ebuild b/app-emulation/xen-tools/xen-tools-4.18.4_pre1.ebuild index c35afc556ce7..81da2098293f 100644 --- a/app-emulation/xen-tools/xen-tools-4.18.4_pre1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.18.4_pre1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://xenbits.xen.org/git-http/${REPO}" S="${WORKDIR}/${REPO}" else - KEYWORDS="~amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 ~arm ~arm64 x86" SEABIOS_VER="1.16.0" EDK2_COMMIT="b16284e2a0011489f6e16dfcc6af7623c3cbaf0b" |