diff options
author | 2024-03-25 08:53:37 -0400 | |
---|---|---|
committer | 2024-03-25 08:55:38 -0400 | |
commit | 3cea96e7e03776c37b7840687efae41981afe2c7 (patch) | |
tree | d45d807f6846db3a764ae4337ea222506b8dfbd8 /x11-terms/kitty | |
parent | x11-terms/kitty: drop 0.33.0 (diff) | |
download | gentoo-3cea96e7e03776c37b7840687efae41981afe2c7.tar.gz gentoo-3cea96e7e03776c37b7840687efae41981afe2c7.tar.bz2 gentoo-3cea96e7e03776c37b7840687efae41981afe2c7.zip |
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 <ionen@gentoo.org>
Diffstat (limited to 'x11-terms/kitty')
-rw-r--r-- | x11-terms/kitty/kitty-0.33.1.ebuild | 5 | ||||
-rw-r--r-- | 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 |