commit: 1c3ccff414a33b1dd288ba40f9fe21274d973ce9 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Wed Apr 16 05:39:01 2025 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Wed Apr 16 05:52:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c3ccff4
profiles/base: p.use.mask games-strategy/freeciv[json] < 3.2.0 Released versions of freeciv will build a client and server that are incapable of communicating with each other. This is fixed upstream, but a non-obvious backport. Since a fixed beta is packaged already (and the JSON protocol is not in wide use) we'll mask the USE for now. Bug: https://bugs.gentoo.org/937565 Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> profiles/base/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 1ef8df2aeb17..2087753b17d9 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,12 @@ # New entries go on top. +# Matt Jolly <[email protected]> (2025-04-16) +# Older versions of freeciv build an incompatible client and +# server with this USE enabled. +# Bug #937565 +<games-strategy/freeciv-3.2.0 json + # Conrad Kostecki <[email protected]> (2025-03-28) # Upstream is dead and broken. All 'whatsapp' deps # will be last-rited on 2025-04-28.
