diff options
author | Stefan Strogin <stefan.strogin@gmail.com> | 2018-05-16 17:19:49 +0300 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-18 08:31:28 -0400 |
commit | cabe6450ad66417b8813454cd66f978e9a32b92d (patch) | |
tree | 2caaf170b1222b4d1e7153bd5528d609da8cfd94 /games-strategy | |
parent | app-portage/portage-utils: version bump to v0.71 (diff) | |
download | gentoo-cabe6450ad66417b8813454cd66f978e9a32b92d.tar.gz gentoo-cabe6450ad66417b8813454cd66f978e9a32b92d.tar.bz2 gentoo-cabe6450ad66417b8813454cd66f978e9a32b92d.zip |
games-strategy/wesnoth libressl support
Closes: https://bugs.gentoo.org/655864
Closes: https://github.com/gentoo/gentoo/pull/8430
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.14.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.14.1.ebuild b/games-strategy/wesnoth/wesnoth-1.14.1.ebuild index d66a51cc0288..7372ade39d66 100644 --- a/games-strategy/wesnoth/wesnoth-1.14.1.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.14.1.ebuild @@ -12,14 +12,15 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="dbus dedicated doc fribidi nls openmp server" +IUSE="dbus dedicated doc fribidi libressl nls openmp server" RDEPEND=" >=dev-libs/boost-1.50:=[nls,threads,icu] >=media-libs/libsdl2-2.0.4:0[joystick,video,X] !dedicated? ( dev-libs/glib:2 - dev-libs/openssl:0= + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) >=media-libs/fontconfig-2.4.1 >=media-libs/sdl2-image-2.0.0[jpeg,png] >=media-libs/sdl2-mixer-2.0.0[vorbis] |