commit: 23229b6a5a9a249890bc7969865395ca8946e376 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 8 05:50:48 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 8 05:51:07 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23229b6a
dev-games/aseprite: drop strict-aliasing patch Seems to be broken: https://github.com/aseprite/laf/pull/84#issuecomment-2100417928 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-games/aseprite/aseprite-1.3.13.ebuild | 1 - dev-games/aseprite/aseprite-1.3.5-r1.ebuild | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-games/aseprite/aseprite-1.3.13.ebuild b/dev-games/aseprite/aseprite-1.3.13.ebuild index 12d551b9d6a4..02b91d9eaffa 100644 --- a/dev-games/aseprite/aseprite-1.3.13.ebuild +++ b/dev-games/aseprite/aseprite-1.3.13.ebuild @@ -74,7 +74,6 @@ PATCHES=( "${FILESDIR}/aseprite-1.2.35_laf_fixes.patch" "${FILESDIR}/aseprite-1.3.8.1_shared_fmt.patch" "${FILESDIR}/aseprite-1.3.13_shared_tinyxml2.patch" - "${FILESDIR}/aseprite-1.3.13_strict-aliasing.patch" ) src_unpack() { diff --git a/dev-games/aseprite/aseprite-1.3.5-r1.ebuild b/dev-games/aseprite/aseprite-1.3.5-r1.ebuild index 2a1a7aff2a2d..bece39249003 100644 --- a/dev-games/aseprite/aseprite-1.3.5-r1.ebuild +++ b/dev-games/aseprite/aseprite-1.3.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -64,8 +64,6 @@ PATCHES=( "${FILESDIR}/${PN}-1.3.2_shared_webp.patch" "${FILESDIR}/${PN}-1.2.35_laf_fixes.patch" "${FILESDIR}/${PN}-1.3.2_shared_fmt.patch" - "${FILESDIR}/${PN}-1.3.2_strict-aliasing.patch" - "${FILESDIR}/${P}_laf-strict-aliasing.patch" "${FILESDIR}/${P}-no-fetch-in-cmake-kthx.patch" # bug 935448 )
