From e5bfc0d9b95a9ddee38dcf3ae383e01b3e22b730 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Thu, 14 May 2026 18:17:57 +0200 Subject: [PATCH] games-simulation/openrct2: fix missing cmake var Bump not needed, since rebuild would not change anything. Closes: https://bugs.gentoo.org/971734 Signed-off-by: Conrad Kostecki --- games-simulation/openrct2/openrct2-0.4.32.ebuild | 2 +- games-simulation/openrct2/openrct2-0.5.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-simulation/openrct2/openrct2-0.4.32.ebuild b/games-simulation/openrct2/openrct2-0.4.32.ebuild index 3d09c47d5f302..a23a1f69c4e00 100644 --- a/games-simulation/openrct2/openrct2-0.4.32.ebuild +++ b/games-simulation/openrct2/openrct2-0.4.32.ebuild @@ -126,7 +126,7 @@ src_configure() { -DDISABLE_TTF=$(usex !truetype) $(usex !dedicated "-DDISABLE_VORBIS=$(usex !vorbis)" "") -DDOWNLOAD_OBJECTS=OFF - -DDOWNLOAD_OPENMSX=OFF + -DDOWNLOAD_OPENMUSIC=OFF -DDOWNLOAD_OPENSFX=OFF -DDOWNLOAD_REPLAYS=OFF -DDOWNLOAD_TITLE_SEQUENCES=OFF diff --git a/games-simulation/openrct2/openrct2-0.5.0.ebuild b/games-simulation/openrct2/openrct2-0.5.0.ebuild index 43b066ed06f86..7386ec7bdaba4 100644 --- a/games-simulation/openrct2/openrct2-0.5.0.ebuild +++ b/games-simulation/openrct2/openrct2-0.5.0.ebuild @@ -126,7 +126,7 @@ src_configure() { -DDISABLE_TTF=$(usex !truetype) $(usex !dedicated "-DDISABLE_VORBIS=$(usex !vorbis)" "") -DDOWNLOAD_OBJECTS=OFF - -DDOWNLOAD_OPENMSX=OFF + -DDOWNLOAD_OPENMUSIC=OFF -DDOWNLOAD_OPENSFX=OFF -DDOWNLOAD_REPLAYS=OFF -DDOWNLOAD_TITLE_SEQUENCES=OFF