commit: 62c8105e9a00894751bbde2816e6086094d3b522 Author: Brett A C Sheffield <bacs <AT> librecast <DOT> net> AuthorDate: Wed Mar 11 16:23:29 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 11 16:35:08 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62c8105e
games-simulation/openttd: fix UseLocalUnsorted Signed-off-by: Brett A C Sheffield <bacs <AT> librecast.net> Part-of: https://codeberg.org/gentoo/gentoo/pulls/296 Signed-off-by: Sam James <sam <AT> gentoo.org> games-simulation/openttd/metadata.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-simulation/openttd/metadata.xml b/games-simulation/openttd/metadata.xml index 7a75be9ccd1b..a05d25112fdb 100644 --- a/games-simulation/openttd/metadata.xml +++ b/games-simulation/openttd/metadata.xml @@ -7,10 +7,10 @@ </maintainer> <use> <flag name="allegro">Add support for Allegro</flag> + <flag name="dedicated">Build only the openttd server, and not the client.</flag> <flag name="fluidsynth">Compile with support for FluidSynth</flag> - <flag name="openmedia">Enables the free open media sets: OpenGFX, OpenSFX, OpenMSX, removing the requirement for proprietary TTD assets to play OpenTTD.</flag> <flag name="lzo">Enables LZO compression for savegames. This is only needed to load extremely old savegames. (versions before 0.2)</flag> - <flag name="dedicated">Build only the openttd server, and not the client.</flag> + <flag name="openmedia">Enables the free open media sets: OpenGFX, OpenSFX, OpenMSX, removing the requirement for proprietary TTD assets to play OpenTTD.</flag> </use> <upstream> <remote-id type="github">OpenTTD/OpenTTD</remote-id>
