commit: 780edcaa3909c3b60eda9fcf27d48bd6b9fafb1f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 5 03:20:09 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Mar 5 03:39:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=780edcaa
games-arcade/spout: fix configure w/ clang 16 Closes: https://bugs.gentoo.org/898800 Signed-off-by: Sam James <sam <AT> gentoo.org> .../spout/{spout-1.3-r2.ebuild => spout-1.3-r3.ebuild} | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/games-arcade/spout/spout-1.3-r2.ebuild b/games-arcade/spout/spout-1.3-r3.ebuild similarity index 88% rename from games-arcade/spout/spout-1.3-r2.ebuild rename to games-arcade/spout/spout-1.3-r3.ebuild index 9ed65f4f461f..9f30a8242b0d 100644 --- a/games-arcade/spout/spout-1.3-r2.ebuild +++ b/games-arcade/spout/spout-1.3-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit desktop readme.gentoo-r1 +inherit autotools desktop readme.gentoo-r1 MY_P="spout-unix-${PV}" @@ -25,6 +25,12 @@ PATCHES=( "${FILESDIR}"/${PN}-1.3-Fix-implicit-function-declarations.patch ) +src_prepare() { + default + + eautoreconf +} + src_install() { dobin spout einstalldocs
