commit:     0dd8b81bec755f28fb075b9486cde3e85deb6efc
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 11:23:31 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 11:30:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd8b81b

x11-terms/kitty: update live

For other arches it passes -DKITTY_NO_SIMD, albeit that seems
to be (currently) broken if passed on amd64 and that likely
means it's broken on other arches as well at the moment.

Adding the dependency will at least fix it for amd64 right now.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 x11-terms/kitty/kitty-9999.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-terms/kitty/kitty-9999.ebuild 
b/x11-terms/kitty/kitty-9999.ebuild
index 5099295c3d2c..72d581ffd389 100644
--- a/x11-terms/kitty/kitty-9999.ebuild
+++ b/x11-terms/kitty/kitty-9999.ebuild
@@ -60,6 +60,9 @@ RDEPEND="
 "
 DEPEND="
        ${RDEPEND}
+       amd64? ( dev-libs/simde )
+       arm64? ( dev-libs/simde )
+       x86? ( dev-libs/simde )
        X? (
                x11-base/xorg-proto
                x11-libs/libXi

Reply via email to