commit: 59c5f30b48d486ae9850397e687c560af4abb8e8 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Wed May 7 06:10:07 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 7 06:43:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c5f30b
media-gfx/gimp: Revert -std=gnu17 Gimp have merged c23 enforcing compiler support into master which means we can revert forcing -std=gnu17 on the live ebuild now. Upstream have also said this will be in 3.0.4 release as well. Bug: https://bugs.gentoo.org/944284 Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41971 Closes: https://github.com/gentoo/gentoo/pull/41971 Signed-off-by: Sam James <sam <AT> gentoo.org> media-gfx/gimp/gimp-9999.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index 0f04ed813692..7fd42627a4c6 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -164,9 +164,6 @@ _adjust_sandbox() { src_configure() { _adjust_sandbox - # bug #944284 (https://gitlab.gnome.org/GNOME/gimp/-/issues/12843) - append-cflags -std=gnu17 - use vala && vala_setup local emesonargs=(
