summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/pachi/pachi-1.0-r2.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/games-arcade/pachi/pachi-1.0-r2.ebuild b/games-arcade/pachi/pachi-1.0-r2.ebuild
index c93353022186..49d3b76623a5 100644
--- a/games-arcade/pachi/pachi-1.0-r2.ebuild
+++ b/games-arcade/pachi/pachi-1.0-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit autotools desktop
@@ -35,6 +35,9 @@ src_prepare() {
rm -f missing || die
mv configure.in configure.ac || die
+
+ sed -i -e 's/games/gamestat/g' data/Makefile.am || die
+
eautoreconf
}