diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-03 09:57:30 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-03 09:57:30 +0300 |
commit | a5f2e2ff9078df4a399ac0506f14ae6e0600d353 (patch) | |
tree | db7aaf2213fc17a6558a091baddb2aa949b8f62c /games-strategy | |
parent | games-simulation/openrct2: remove libressl support (diff) | |
download | gentoo-a5f2e2ff9078df4a399ac0506f14ae6e0600d353.tar.gz gentoo-a5f2e2ff9078df4a399ac0506f14ae6e0600d353.tar.bz2 gentoo-a5f2e2ff9078df4a399ac0506f14ae6e0600d353.zip |
games-strategy/wesnoth: 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-strategy')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.14.14.ebuild | 7 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.15.12.ebuild | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.14.14.ebuild b/games-strategy/wesnoth/wesnoth-1.14.14.ebuild index c7b3e8e7b145..925a360324cb 100644 --- a/games-strategy/wesnoth/wesnoth-1.14.14.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.14.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ SLOT="0" if [[ $(( $(ver_cut 2) % 2 )) == 0 ]] ; then KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" fi -IUSE="dbus dedicated doc fribidi libressl nls server" +IUSE="dbus dedicated doc fribidi nls server" RDEPEND=" acct-group/wesnoth @@ -25,8 +25,7 @@ RDEPEND=" >=media-libs/libsdl2-2.0.4:0[joystick,video,X] !dedicated? ( dev-libs/glib:2 - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= >=media-libs/fontconfig-2.4.1 >=media-libs/sdl2-image-2.0.0[jpeg,png] >=media-libs/sdl2-mixer-2.0.0[vorbis] diff --git a/games-strategy/wesnoth/wesnoth-1.15.12.ebuild b/games-strategy/wesnoth/wesnoth-1.15.12.ebuild index 1733f0d27342..420f1980fb1c 100644 --- a/games-strategy/wesnoth/wesnoth-1.15.12.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.15.12.ebuild @@ -16,7 +16,7 @@ SLOT="0" if [[ $(( $(ver_cut 2) % 2 )) == 0 ]] ; then KEYWORDS="~amd64 ~x86" fi -IUSE="dbus dedicated doc libressl nls server" +IUSE="dbus dedicated doc nls server" RDEPEND=" acct-group/wesnoth @@ -25,8 +25,7 @@ RDEPEND=" >=media-libs/libsdl2-2.0.4:0[joystick,video,X] !dedicated? ( dev-libs/glib:2 - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= >=media-libs/fontconfig-2.4.1 >=media-libs/sdl2-image-2.0.0[jpeg,png] >=media-libs/sdl2-mixer-2.0.0[vorbis] |