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 C59BF158041 for ; Mon, 25 Mar 2024 13:00:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10F6AE2A0D; Mon, 25 Mar 2024 13:00:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7C93E2A0D for ; Mon, 25 Mar 2024 13:00:10 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEDC933BDF5 for ; Mon, 25 Mar 2024 13:00:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBE0315E6 for ; Mon, 25 Mar 2024 13:00:06 +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: <1711371338.3cea96e7e03776c37b7840687efae41981afe2c7.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-0.33.1.ebuild 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: 3cea96e7e03776c37b7840687efae41981afe2c7 X-VCS-Branch: master Date: Mon, 25 Mar 2024 13:00:06 +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: 3327de64-be79-49dd-bd31-f9fbf37438c8 X-Archives-Hash: 9bef935b60a563b0510bc92570a61bb9 commit: 3cea96e7e03776c37b7840687efae41981afe2c7 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Mar 25 12:53:37 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Mar 25 12:55:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cea96e7 x11-terms/kitty: tentatively drop -mxop workaround Patched in simde instead, if was affected may want to report on the upstream bug for whether the fix works as expected or not. Bug: https://bugs.gentoo.org/926959 Signed-off-by: Ionen Wolkens gentoo.org> x11-terms/kitty/kitty-0.33.1.ebuild | 5 +---- x11-terms/kitty/kitty-9999.ebuild | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/x11-terms/kitty/kitty-0.33.1.ebuild b/x11-terms/kitty/kitty-0.33.1.ebuild index 8b389e6d48bb..4c3dc7d623f0 100644 --- a/x11-terms/kitty/kitty-0.33.1.ebuild +++ b/x11-terms/kitty/kitty-0.33.1.ebuild @@ -60,7 +60,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - amd64? ( dev-libs/simde ) + amd64? ( >=dev-libs/simde-0.8.0-r1 ) arm64? ( dev-libs/simde ) x86? ( dev-libs/simde ) X? ( @@ -145,9 +145,6 @@ src_compile() { printf %s "${CFLAGS}" ) - # workaround simde bug with -mxop (bug #926959) - append-cppflags -DSIMDE_X86_XOP_NO_NATIVE=1 - local conf=( --disable-link-time-optimization --ignore-compiler-warnings diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index 8b389e6d48bb..4c3dc7d623f0 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -60,7 +60,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - amd64? ( dev-libs/simde ) + amd64? ( >=dev-libs/simde-0.8.0-r1 ) arm64? ( dev-libs/simde ) x86? ( dev-libs/simde ) X? ( @@ -145,9 +145,6 @@ src_compile() { printf %s "${CFLAGS}" ) - # workaround simde bug with -mxop (bug #926959) - append-cppflags -DSIMDE_X86_XOP_NO_NATIVE=1 - local conf=( --disable-link-time-optimization --ignore-compiler-warnings