From 5ddb7f015855b8200c86af6be63d162f9e64897b Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 21 Jul 2024 12:12:19 +0200 Subject: games-arcade/pachi: Fix installation with updated group Closes: https://bugs.gentoo.org/811717 Signed-off-by: Pacho Ramos --- games-arcade/pachi/pachi-1.0-r2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'games-arcade/pachi') 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 } -- cgit v1.2.3-65-gdbad