diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-04-11 06:37:56 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-04-11 06:37:56 +0300 |
commit | 99653117ecffb2692f5fbd0664bc5153e3f9cd2c (patch) | |
tree | 3922d595c294442c84238307345644ee78d67243 /app-emulation | |
parent | app-emulation/xen-tools: Stabilize 4.17.4 x86, #929053 (diff) | |
download | gentoo-99653117ecffb2692f5fbd0664bc5153e3f9cd2c.tar.gz gentoo-99653117ecffb2692f5fbd0664bc5153e3f9cd2c.tar.bz2 gentoo-99653117ecffb2692f5fbd0664bc5153e3f9cd2c.zip |
app-emulation/xen-tools: Stabilize 4.17.4 amd64, #929053
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.17.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.17.4.ebuild b/app-emulation/xen-tools/xen-tools-4.17.4.ebuild index 4605f10f5cd3..c4bcc325110c 100644 --- a/app-emulation/xen-tools/xen-tools-4.17.4.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.17.4.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" |