commit: 49006d0269a1cf518a6e4012d2b6fa8a91c3d278
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon May 6 05:47:34 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 6 06:05:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49006d02
dev-games/libnw: update EAPI 7 -> 8
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-games/libnw/{libnw-1.30.02.ebuild => libnw-1.30.02-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 668d19690ede..70e02dd86931 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() {