diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-05-03 11:50:27 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-05-03 11:57:32 -0400 |
commit | 422ae0201393b920a309777b08052b0d7552a36e (patch) | |
tree | bf9056fc29de7b64e0894b807ed4ada03a34a7bd /x11-terms | |
parent | media-libs/libva-intel-media-driver: Version bump to 24.2.2 (diff) | |
download | gentoo-422ae0201393b920a309777b08052b0d7552a36e.tar.gz gentoo-422ae0201393b920a309777b08052b0d7552a36e.tar.bz2 gentoo-422ae0201393b920a309777b08052b0d7552a36e.zip |
x11-terms/kitty: add note about x86 in live
Still builds fine with simde-0.8.2 from a quick try and unsure
what issue upstream ran into, but may need dekeywording if that
changes given seems upstream will have no interest in receiving
bugs about it (may be able to get away by passing -DKITTY_NO_SIMD
if it's simd things that break though).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/kitty/kitty-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index 66daa0ec2a6d..6885c1f99401 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -18,6 +18,8 @@ else verify-sig? ( https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz.sig ) " VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kovidgoyal.gpg + # x86 currently still works but note that upstream has dropped support and + # may ignore issues: https://github.com/kovidgoyal/kitty/commit/29cb128fd KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" fi |