Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/
Date: Mon, 03 May 2021 07:02:01
Message-Id: 1620025050.a5f2e2ff9078df4a399ac0506f14ae6e0600d353.zlogene@gentoo
1 commit: a5f2e2ff9078df4a399ac0506f14ae6e0600d353
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 06:57:30 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 06:57:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f2e2ff
7
8 games-strategy/wesnoth: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 games-strategy/wesnoth/wesnoth-1.14.14.ebuild | 7 +++----
14 games-strategy/wesnoth/wesnoth-1.15.12.ebuild | 5 ++---
15 2 files changed, 5 insertions(+), 7 deletions(-)
16
17 diff --git a/games-strategy/wesnoth/wesnoth-1.14.14.ebuild b/games-strategy/wesnoth/wesnoth-1.14.14.ebuild
18 index c7b3e8e7b14..925a360324c 100644
19 --- a/games-strategy/wesnoth/wesnoth-1.14.14.ebuild
20 +++ b/games-strategy/wesnoth/wesnoth-1.14.14.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -16,7 +16,7 @@ SLOT="0"
28 if [[ $(( $(ver_cut 2) % 2 )) == 0 ]] ; then
29 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
30 fi
31 -IUSE="dbus dedicated doc fribidi libressl nls server"
32 +IUSE="dbus dedicated doc fribidi nls server"
33
34 RDEPEND="
35 acct-group/wesnoth
36 @@ -25,8 +25,7 @@ RDEPEND="
37 >=media-libs/libsdl2-2.0.4:0[joystick,video,X]
38 !dedicated? (
39 dev-libs/glib:2
40 - !libressl? ( dev-libs/openssl:0= )
41 - libressl? ( dev-libs/libressl:0= )
42 + dev-libs/openssl:0=
43 >=media-libs/fontconfig-2.4.1
44 >=media-libs/sdl2-image-2.0.0[jpeg,png]
45 >=media-libs/sdl2-mixer-2.0.0[vorbis]
46
47 diff --git a/games-strategy/wesnoth/wesnoth-1.15.12.ebuild b/games-strategy/wesnoth/wesnoth-1.15.12.ebuild
48 index 1733f0d2734..420f1980fb1 100644
49 --- a/games-strategy/wesnoth/wesnoth-1.15.12.ebuild
50 +++ b/games-strategy/wesnoth/wesnoth-1.15.12.ebuild
51 @@ -16,7 +16,7 @@ SLOT="0"
52 if [[ $(( $(ver_cut 2) % 2 )) == 0 ]] ; then
53 KEYWORDS="~amd64 ~x86"
54 fi
55 -IUSE="dbus dedicated doc libressl nls server"
56 +IUSE="dbus dedicated doc nls server"
57
58 RDEPEND="
59 acct-group/wesnoth
60 @@ -25,8 +25,7 @@ RDEPEND="
61 >=media-libs/libsdl2-2.0.4:0[joystick,video,X]
62 !dedicated? (
63 dev-libs/glib:2
64 - !libressl? ( dev-libs/openssl:0= )
65 - libressl? ( dev-libs/libressl:0= )
66 + dev-libs/openssl:0=
67 >=media-libs/fontconfig-2.4.1
68 >=media-libs/sdl2-image-2.0.0[jpeg,png]
69 >=media-libs/sdl2-mixer-2.0.0[vorbis]