diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-10-03 16:40:59 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-10-03 16:41:53 +0200 |
commit | 254b18898a565e59cb5662f2084d1df45139422c (patch) | |
tree | 882e03bdc9a258c53e71a69a0b09bebbe41e7a71 /games-simulation | |
parent | games-simulation/openrct2: bump to version 0.3.1 (diff) | |
download | gentoo-254b18898a565e59cb5662f2084d1df45139422c.tar.gz gentoo-254b18898a565e59cb5662f2084d1df45139422c.tar.bz2 gentoo-254b18898a565e59cb5662f2084d1df45139422c.zip |
games-simulation/openrct2: update live ebuild
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openrct2/openrct2-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-simulation/openrct2/openrct2-9999.ebuild b/games-simulation/openrct2/openrct2-9999.ebuild index f0a1d342c950..4fec61ef0f3a 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.0.16" -MY_PV_RPL="0.0.17" +MY_PV_OBJ="1.0.17" +MY_PV_RPL="0.0.18" MY_PV_TS="0.1.2c" DESCRIPTION="An open source re-implementation of Chris Sawyer's RollerCoaster Tycoon 2" @@ -60,6 +60,7 @@ RDEPEND=" DEPEND=" ${COMMON_DEPEND} + dev-cpp/nlohmann_json test? ( dev-cpp/gtest ) " |