From 49006d0269a1cf518a6e4012d2b6fa8a91c3d278 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Mon, 6 May 2024 01:47:34 -0400 Subject: [PATCH] dev-games/libnw: update EAPI 7 -> 8 Signed-off-by: Eli Schwartz Signed-off-by: Sam James --- .../libnw/{libnw-1.30.02.ebuild => libnw-1.30.02-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-games/libnw/{libnw-1.30.02.ebuild => libnw-1.30.02-r1.ebuild} (96%) diff --git a/dev-games/libnw/libnw-1.30.02.ebuild b/dev-games/libnw/libnw-1.30.02-r1.ebuild similarity index 96% rename from dev-games/libnw/libnw-1.30.02.ebuild rename to dev-games/libnw/libnw-1.30.02-r1.ebuild index 668d19690ede5..70e02dd86931a 100644 --- a/dev-games/libnw/libnw-1.30.02.ebuild +++ b/dev-games/libnw/libnw-1.30.02-r1.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 flag-o-matic @@ -34,7 +34,7 @@ src_configure() { append-flags -fno-strict-aliasing filter-lto - econf --disable-static + default } src_install() {