diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-03 09:56:10 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-03 09:56:10 +0300 |
commit | 297d4a15669e3e96f69bd879b9da42adbb004b09 (patch) | |
tree | 62534a786429955150df3a0e88b02686448bf356 /games-simulation | |
parent | games-action/supertuxkart: remove libressl support (diff) | |
download | gentoo-297d4a15669e3e96f69bd879b9da42adbb004b09.tar.gz gentoo-297d4a15669e3e96f69bd879b9da42adbb004b09.tar.bz2 gentoo-297d4a15669e3e96f69bd879b9da42adbb004b09.zip |
games-simulation/openrct2: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openrct2/openrct2-0.3.3.ebuild | 5 | ||||
-rw-r--r-- | games-simulation/openrct2/openrct2-9999.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/games-simulation/openrct2/openrct2-0.3.3.ebuild b/games-simulation/openrct2/openrct2-0.3.3.ebuild index 820c8e5deb39..3ac1aa7a40a2 100644 --- a/games-simulation/openrct2/openrct2-0.3.3.ebuild +++ b/games-simulation/openrct2/openrct2-0.3.3.ebuild @@ -25,7 +25,7 @@ SRC_URI=" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="dedicated libressl +lightfx +opengl scripting test +truetype" +IUSE="dedicated +lightfx +opengl scripting test +truetype" COMMON_DEPEND=" dev-libs/icu:= @@ -39,8 +39,7 @@ COMMON_DEPEND=" media-libs/speexdsp opengl? ( virtual/opengl ) ) - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0= ) + dev-libs/openssl:0= scripting? ( dev-lang/duktape:= ) truetype? ( media-libs/fontconfig:1.0 diff --git a/games-simulation/openrct2/openrct2-9999.ebuild b/games-simulation/openrct2/openrct2-9999.ebuild index bce8ca40fdd6..0c3df5377959 100644 --- a/games-simulation/openrct2/openrct2-9999.ebuild +++ b/games-simulation/openrct2/openrct2-9999.ebuild @@ -27,7 +27,7 @@ SRC_URI=" LICENSE="GPL-3" SLOT="0" KEYWORDS="" -IUSE="dedicated libressl +lightfx +opengl scripting test +truetype" +IUSE="dedicated +lightfx +opengl scripting test +truetype" COMMON_DEPEND=" dev-libs/icu:= @@ -41,8 +41,7 @@ COMMON_DEPEND=" media-libs/speexdsp opengl? ( virtual/opengl ) ) - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0= ) + dev-libs/openssl:0= scripting? ( dev-lang/duktape:= ) truetype? ( media-libs/fontconfig:1.0 |