diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-05-06 01:47:34 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-06 07:05:28 +0100 |
commit | 49006d0269a1cf518a6e4012d2b6fa8a91c3d278 (patch) | |
tree | 3bf1271046c76212b877d520891a167663616a8f /dev-games | |
parent | dev-games/libnw: mark as LTO-unsafe, strict-aliasing unsafe (diff) | |
download | gentoo-49006d0269a1cf518a6e4012d2b6fa8a91c3d278.tar.gz gentoo-49006d0269a1cf518a6e4012d2b6fa8a91c3d278.tar.bz2 gentoo-49006d0269a1cf518a6e4012d2b6fa8a91c3d278.zip |
dev-games/libnw: update EAPI 7 -> 8
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/libnw/libnw-1.30.02-r1.ebuild (renamed from dev-games/libnw/libnw-1.30.02.ebuild) | 4 |
1 files 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 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() { |