commit: 8c535f9b68d9d153b29ac3a5cb9e4acd99c4bfc6 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Mon Jan 19 05:15:42 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jan 19 06:34:37 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c535f9b
media-sound/denemo: build w/ -std=gnu17 upstream work-in-progress Closes: https://bugs.gentoo.org/967617 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/45435 Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/denemo/denemo-2.6.0-r102.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-sound/denemo/denemo-2.6.0-r102.ebuild b/media-sound/denemo/denemo-2.6.0-r102.ebuild index f734ca087208..a81ba9fb8420 100644 --- a/media-sound/denemo/denemo-2.6.0-r102.ebuild +++ b/media-sound/denemo/denemo-2.6.0-r102.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 GUILE_COMPAT=( 2-2 ) -inherit autotools font guile-single xdg +inherit autotools flag-o-matic font guile-single xdg DESCRIPTION="A music notation editor" HOMEPAGE="http://www.denemo.org/" @@ -84,6 +84,7 @@ src_prepare() { } src_configure() { + append-cflags -std=gnu17 #967617 myeconfargs=( --disable-gtk-doc-pdf --disable-gtk2
