Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/openrct2/
Date: Sat, 03 Oct 2020 14:42:06
Message-Id: 1601736113.254b18898a565e59cb5662f2084d1df45139422c.conikost@gentoo
1 commit: 254b18898a565e59cb5662f2084d1df45139422c
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 14:40:59 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 14:41:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=254b1889
7
8 games-simulation/openrct2: update live ebuild
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 games-simulation/openrct2/openrct2-9999.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/games-simulation/openrct2/openrct2-9999.ebuild b/games-simulation/openrct2/openrct2-9999.ebuild
17 index f0a1d342c95..4fec61ef0f3 100644
18 --- a/games-simulation/openrct2/openrct2-9999.ebuild
19 +++ b/games-simulation/openrct2/openrct2-9999.ebuild
20 @@ -12,8 +12,8 @@ MY_PN="OpenRCT2"
21 MY_PN_OBJ="objects"
22 MY_PN_RPL="replays"
23 MY_PN_TS="title-sequences"
24 -MY_PV_OBJ="1.0.16"
25 -MY_PV_RPL="0.0.17"
26 +MY_PV_OBJ="1.0.17"
27 +MY_PV_RPL="0.0.18"
28 MY_PV_TS="0.1.2c"
29
30 DESCRIPTION="An open source re-implementation of Chris Sawyer's RollerCoaster Tycoon 2"
31 @@ -60,6 +60,7 @@ RDEPEND="
32
33 DEPEND="
34 ${COMMON_DEPEND}
35 + dev-cpp/nlohmann_json
36 test? ( dev-cpp/gtest )
37 "