diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-04 21:23:27 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-04 21:23:27 +0300 |
commit | 88cfa5035837102a9c4983725273126402503c37 (patch) | |
tree | 02e6f26714a638133fd451333aadb270f70a7768 /app-emulation | |
parent | app-emulation/xen: Stabilize 4.17.4-r1 amd64, #933449 (diff) | |
download | gentoo-88cfa5035837102a9c4983725273126402503c37.tar.gz gentoo-88cfa5035837102a9c4983725273126402503c37.tar.bz2 gentoo-88cfa5035837102a9c4983725273126402503c37.zip |
app-emulation/xen-tools: Stabilize 4.17.4-r1 amd64, #933449
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.17.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.17.4-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.17.4-r1.ebuild index 54f349124863..b7ab3179dc43 100644 --- a/app-emulation/xen-tools/xen-tools-4.17.4-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.17.4-r1.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" |