From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 01FA41382C5 for ; Fri, 18 May 2018 12:34:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A761E095F; Fri, 18 May 2018 12:34:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B803E095F for ; Fri, 18 May 2018 12:34:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55D69335C7A for ; Fri, 18 May 2018 12:34:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1B89289 for ; Fri, 18 May 2018 12:34:22 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1526646688.cabe6450ad66417b8813454cd66f978e9a32b92d.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/wesnoth/wesnoth-1.14.1.ebuild X-VCS-Directories: games-strategy/wesnoth/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: cabe6450ad66417b8813454cd66f978e9a32b92d X-VCS-Branch: master Date: Fri, 18 May 2018 12:34:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7d7db307-1bc5-455c-972c-bb357f0b5f2d X-Archives-Hash: 12c1885feadd398c289399489a5ec3dd commit: cabe6450ad66417b8813454cd66f978e9a32b92d Author: Stefan Strogin gmail com> AuthorDate: Wed May 16 14:19:49 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri May 18 12:31:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cabe6450 games-strategy/wesnoth libressl support Closes: https://bugs.gentoo.org/655864 Closes: https://github.com/gentoo/gentoo/pull/8430 games-strategy/wesnoth/wesnoth-1.14.1.ebuild | 5 +++-- 1 file 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 d66a51cc028..7372ade39d6 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]