diff options
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/spout/spout-1.3-r3.ebuild (renamed from games-arcade/spout/spout-1.3-r2.ebuild) | 12 |
1 files 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 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 |