commit: 960301f653968f6fa42fbb1491fbcc5bfd4c29af Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jun 7 14:17:52 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jun 7 14:18:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=960301f6
media-sound/shntool: build w/ -std=gnu17 HOMEPAGE is dead and there's a few issues here, not worth spending time on otherwise. Closes: https://bugs.gentoo.org/943815 Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/shntool/shntool-3.0.10-r3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-sound/shntool/shntool-3.0.10-r3.ebuild b/media-sound/shntool/shntool-3.0.10-r3.ebuild index 36d805f84bc6..440b6f245e5d 100644 --- a/media-sound/shntool/shntool-3.0.10-r3.ebuild +++ b/media-sound/shntool/shntool-3.0.10-r3.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +inherit flag-o-matic + DESCRIPTION="A multi-purpose WAVE data processing and reporting utility" HOMEPAGE="http://www.etree.org/shnutils/shntool/" SRC_URI="http://www.etree.org/shnutils/shntool/dist/src/${P}.tar.gz" @@ -23,6 +25,7 @@ DEPEND="${RDEPEND}" src_configure() { export CONFIG_SHELL=${BASH} # bug #527310 + append-cflags -std=gnu17 # bug #943815 default }
