From 3cea96e7e03776c37b7840687efae41981afe2c7 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Mon, 25 Mar 2024 08:53:37 -0400 Subject: 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 --- x11-terms/kitty/kitty-0.33.1.ebuild | 5 +---- x11-terms/kitty/kitty-9999.ebuild | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'x11-terms/kitty') 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 -- cgit v1.2.3-65-gdbad