diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-03-18 18:42:46 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-03-18 18:42:46 +0000 |
| commit | 4a0f5552cf625bda09a643a302c407c96bd66ff7 (patch) | |
| tree | cf61ef26205f7cc5e2a7d375fda85ca61578acb1 /games-sports | |
| parent | 1aa229319f05f38d4d59b9fdd1cb2d4a1f708525 (diff) | |
| download | baldeagleos-repo-4a0f5552cf625bda09a643a302c407c96bd66ff7.tar.gz baldeagleos-repo-4a0f5552cf625bda09a643a302c407c96bd66ff7.tar.xz baldeagleos-repo-4a0f5552cf625bda09a643a302c407c96bd66ff7.zip | |
Adding metadata
Diffstat (limited to 'games-sports')
| -rw-r--r-- | games-sports/bygfoot/bygfoot-2.3.2-r2.ebuild (renamed from games-sports/bygfoot/bygfoot-2.3.2-r1.ebuild) | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/games-sports/bygfoot/bygfoot-2.3.2-r1.ebuild b/games-sports/bygfoot/bygfoot-2.3.2-r2.ebuild index add177573fb6..2e4aaaa572f5 100644 --- a/games-sports/bygfoot/bygfoot-2.3.2-r1.ebuild +++ b/games-sports/bygfoot/bygfoot-2.3.2-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit desktop vcs-clean +inherit desktop flag-o-matic vcs-clean DESCRIPTION="GTK+2 Soccer Management Game" HOMEPAGE="https://bygfoot.sourceforge.io/new/" @@ -29,6 +29,14 @@ PATCHES=( ) src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/859232 + # + # Upstream sourceforge is inactive since 2021, and even that was a java port. + # The gtk / C project was last touched in 2014. Even if upstream was still + # around, it does not seem worth discussing the production C version. + filter-lto + econf --disable-gstreamer } |
