diff options
author | 2022-10-05 22:30:27 +0200 | |
---|---|---|
committer | 2022-10-05 22:35:27 +0200 | |
commit | 57e77a4808e3198c07966b80a7c671871c0bf658 (patch) | |
tree | 3d2475878f98103437482e74243e49d535b84d63 /games-simulation/openrct2/openrct2-9999.ebuild | |
parent | dev-libs/intel-compute-runtime: add 22.39.24347 (diff) | |
download | gentoo-57e77a4808e3198c07966b80a7c671871c0bf658.tar.gz gentoo-57e77a4808e3198c07966b80a7c671871c0bf658.tar.bz2 gentoo-57e77a4808e3198c07966b80a7c671871c0bf658.zip |
games-simulation/openrct2: update live ebuild
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-simulation/openrct2/openrct2-9999.ebuild')
-rw-r--r-- | games-simulation/openrct2/openrct2-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-simulation/openrct2/openrct2-9999.ebuild b/games-simulation/openrct2/openrct2-9999.ebuild index c74a0eee0bce..79567389df61 100644 --- a/games-simulation/openrct2/openrct2-9999.ebuild +++ b/games-simulation/openrct2/openrct2-9999.ebuild @@ -12,8 +12,8 @@ MY_PN="OpenRCT2" MY_PN_OBJ="objects" MY_PN_RPL="replays" MY_PN_TS="title-sequences" -MY_PV_OBJ="1.3.2" -MY_PV_RPL="0.0.67" +MY_PV_OBJ="1.3.5" +MY_PV_RPL="0.0.69" MY_PV_TS="0.4.0" DESCRIPTION="An open source re-implementation of Chris Sawyer's RollerCoaster Tycoon 2" @@ -27,7 +27,7 @@ SRC_URI=" LICENSE="GPL-3" SLOT="0" KEYWORDS="" -IUSE="dedicated +flac +lightfx +opengl scripting test +truetype +vorbis" +IUSE="dedicated +flac +opengl scripting test +truetype +vorbis" COMMON_DEPEND=" dev-libs/icu:= @@ -119,7 +119,6 @@ src_configure() { -DDOWNLOAD_OBJECTS=OFF -DDOWNLOAD_REPLAYS=OFF -DDOWNLOAD_TITLE_SEQUENCES=OFF - -DENABLE_LIGHTFX=$(usex lightfx) -DENABLE_SCRIPTING=$(usex scripting) -DOPENRCT2_USE_CCACHE=OFF -DPORTABLE=OFF |