diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-07-09 23:22:34 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-07-09 23:29:29 +0200 |
commit | 6be4a0202c531fa92ab6e5a0ee214ac2129657d0 (patch) | |
tree | 4cee9eeec1cd821b92f71b01c5d0fbdc871b1023 /games-simulation/openrct2 | |
parent | games-simulation/openrct2: add 0.4.1 (diff) | |
download | gentoo-6be4a0202c531fa92ab6e5a0ee214ac2129657d0.tar.gz gentoo-6be4a0202c531fa92ab6e5a0ee214ac2129657d0.tar.bz2 gentoo-6be4a0202c531fa92ab6e5a0ee214ac2129657d0.zip |
games-simulation/openrct2: update live ebuild
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-simulation/openrct2')
-rw-r--r-- | games-simulation/openrct2/openrct2-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-simulation/openrct2/openrct2-9999.ebuild b/games-simulation/openrct2/openrct2-9999.ebuild index cd60805a4bee..63415cb53ad0 100644 --- a/games-simulation/openrct2/openrct2-9999.ebuild +++ b/games-simulation/openrct2/openrct2-9999.ebuild @@ -12,7 +12,7 @@ MY_PN="OpenRCT2" MY_PN_OBJ="objects" MY_PN_RPL="replays" MY_PN_TS="title-sequences" -MY_PV_OBJ="1.2.7" +MY_PV_OBJ="1.3.2" MY_PV_RPL="0.0.67" MY_PV_TS="0.4.0" @@ -71,8 +71,8 @@ BDEPEND=" RESTRICT="!test? ( test )" PATCHES=( - "${FILESDIR}/${PN}-0.2.6-gtest-1.10.patch" "${FILESDIR}/${PN}-0.4.0-include-additional-paths.patch" + "${FILESDIR}/${PN}-0.4.1-gtest-1.10.patch" ) src_unpack() { @@ -120,7 +120,6 @@ src_configure() { -DOPENRCT2_USE_CCACHE=OFF -DPORTABLE=OFF -DSTATIC=OFF - $(usex test "-DSYSTEM_GTEST=ON" "") -DWITH_TESTS=$(usex test) -DUSE_MMAP=ON ) |