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 934BD1382C5 for ; Mon, 3 May 2021 07:02:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C02E3E0817; Mon, 3 May 2021 07:02:00 +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 9D520E0817 for ; Mon, 3 May 2021 07:02:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3C58C335D9E for ; Mon, 3 May 2021 07:01:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A80473D for ; Mon, 3 May 2021 07:01:56 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1620025050.a5f2e2ff9078df4a399ac0506f14ae6e0600d353.zlogene@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.14.ebuild games-strategy/wesnoth/wesnoth-1.15.12.ebuild X-VCS-Directories: games-strategy/wesnoth/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: a5f2e2ff9078df4a399ac0506f14ae6e0600d353 X-VCS-Branch: master Date: Mon, 3 May 2021 07:01:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cf708a6c-15c2-4efd-803d-7455d825d69b X-Archives-Hash: 0daf3d532062acef119cf9ccf191a75a commit: a5f2e2ff9078df4a399ac0506f14ae6e0600d353 Author: Mikle Kolyada gentoo org> AuthorDate: Mon May 3 06:57:30 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon May 3 06:57:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f2e2ff games-strategy/wesnoth: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> games-strategy/wesnoth/wesnoth-1.14.14.ebuild | 7 +++---- 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 c7b3e8e7b14..925a360324c 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 1733f0d2734..420f1980fb1 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]