Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/openrct2/
Date: Mon, 03 May 2021 07:02:01
Message-Id: 1620024970.297d4a15669e3e96f69bd879b9da42adbb004b09.zlogene@gentoo
1 commit: 297d4a15669e3e96f69bd879b9da42adbb004b09
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 06:56:10 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 06:56:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=297d4a15
7
8 games-simulation/openrct2: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 games-simulation/openrct2/openrct2-0.3.3.ebuild | 5 ++---
14 games-simulation/openrct2/openrct2-9999.ebuild | 5 ++---
15 2 files changed, 4 insertions(+), 6 deletions(-)
16
17 diff --git a/games-simulation/openrct2/openrct2-0.3.3.ebuild b/games-simulation/openrct2/openrct2-0.3.3.ebuild
18 index 820c8e5deb3..3ac1aa7a40a 100644
19 --- a/games-simulation/openrct2/openrct2-0.3.3.ebuild
20 +++ b/games-simulation/openrct2/openrct2-0.3.3.ebuild
21 @@ -25,7 +25,7 @@ SRC_URI="
22 LICENSE="GPL-3"
23 SLOT="0"
24 KEYWORDS="amd64 ~arm ~arm64 x86"
25 -IUSE="dedicated libressl +lightfx +opengl scripting test +truetype"
26 +IUSE="dedicated +lightfx +opengl scripting test +truetype"
27
28 COMMON_DEPEND="
29 dev-libs/icu:=
30 @@ -39,8 +39,7 @@ COMMON_DEPEND="
31 media-libs/speexdsp
32 opengl? ( virtual/opengl )
33 )
34 - libressl? ( dev-libs/libressl:0= )
35 - !libressl? ( dev-libs/openssl:0= )
36 + dev-libs/openssl:0=
37 scripting? ( dev-lang/duktape:= )
38 truetype? (
39 media-libs/fontconfig:1.0
40
41 diff --git a/games-simulation/openrct2/openrct2-9999.ebuild b/games-simulation/openrct2/openrct2-9999.ebuild
42 index bce8ca40fdd..0c3df537795 100644
43 --- a/games-simulation/openrct2/openrct2-9999.ebuild
44 +++ b/games-simulation/openrct2/openrct2-9999.ebuild
45 @@ -27,7 +27,7 @@ SRC_URI="
46 LICENSE="GPL-3"
47 SLOT="0"
48 KEYWORDS=""
49 -IUSE="dedicated libressl +lightfx +opengl scripting test +truetype"
50 +IUSE="dedicated +lightfx +opengl scripting test +truetype"
51
52 COMMON_DEPEND="
53 dev-libs/icu:=
54 @@ -41,8 +41,7 @@ COMMON_DEPEND="
55 media-libs/speexdsp
56 opengl? ( virtual/opengl )
57 )
58 - libressl? ( dev-libs/libressl:0= )
59 - !libressl? ( dev-libs/openssl:0= )
60 + dev-libs/openssl:0=
61 scripting? ( dev-lang/duktape:= )
62 truetype? (
63 media-libs/fontconfig:1.0