From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0AE5B158041 for ; Sun, 25 Feb 2024 11:32:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39F8AE29D6; Sun, 25 Feb 2024 11:32:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22E27E29D6 for ; Sun, 25 Feb 2024 11:32:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54947335C0F for ; Sun, 25 Feb 2024 11:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B71A41121 for ; Sun, 25 Feb 2024 11:32:20 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1708860645.0dd8b81bec755f28fb075b9486cde3e85deb6efc.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/kitty/kitty-9999.ebuild X-VCS-Directories: x11-terms/kitty/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 0dd8b81bec755f28fb075b9486cde3e85deb6efc X-VCS-Branch: master Date: Sun, 25 Feb 2024 11:32:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3ef0ea95-3c42-48a9-8869-983e1a85856c X-Archives-Hash: 5d49e7f2317d8a0a5d83354b8f651460 commit: 0dd8b81bec755f28fb075b9486cde3e85deb6efc Author: Ionen Wolkens gentoo org> AuthorDate: Sun Feb 25 11:23:31 2024 +0000 Commit: Ionen Wolkens gentoo 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 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