From 0dd8b81bec755f28fb075b9486cde3e85deb6efc Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sun, 25 Feb 2024 06:23:31 -0500 Subject: 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 --- x11-terms/kitty/kitty-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'x11-terms/kitty/kitty-9999.ebuild') 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 -- cgit v1.2.3-65-gdbad