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-action/supertuxkart/
Date: Mon, 03 May 2021 07:02:01
Message-Id: 1620024861.9052fbddf657ae3b78786e3b49b1291a0afef86b.zlogene@gentoo
1 commit: 9052fbddf657ae3b78786e3b49b1291a0afef86b
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 06:54:21 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 06:54:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9052fbdd
7
8 games-action/supertuxkart: 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-action/supertuxkart/supertuxkart-1.1.ebuild | 7 +++----
14 games-action/supertuxkart/supertuxkart-1.2.ebuild | 5 ++---
15 2 files changed, 5 insertions(+), 7 deletions(-)
16
17 diff --git a/games-action/supertuxkart/supertuxkart-1.1.ebuild b/games-action/supertuxkart/supertuxkart-1.1.ebuild
18 index 329de4139a2..1b75dbc88d8 100644
19 --- a/games-action/supertuxkart/supertuxkart-1.1.ebuild
20 +++ b/games-action/supertuxkart/supertuxkart-1.1.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 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/SuperTuxKart/${PV}/${P}-src.tar.xz
28 LICENSE="GPL-2 GPL-3 CC-BY-SA-3.0 CC-BY-SA-4.0 CC0-1.0 public-domain ZLIB"
29 SLOT="0"
30 KEYWORDS="~amd64 ~x86"
31 -IUSE="debug libressl nettle recorder wiimote"
32 +IUSE="debug nettle recorder wiimote"
33
34 # don't unbundle irrlicht and bullet
35 # both are modified and system versions will break the game
36 @@ -39,8 +39,7 @@ RDEPEND="
37 x11-libs/libXxf86vm
38 nettle? ( dev-libs/nettle:= )
39 !nettle? (
40 - libressl? ( dev-libs/libressl:= )
41 - !libressl? ( >=dev-libs/openssl-1.0.1d:0= )
42 + >=dev-libs/openssl-1.0.1d:0=
43 )
44 recorder? ( media-libs/libopenglrecorder )
45 wiimote? ( net-wireless/bluez )"
46
47 diff --git a/games-action/supertuxkart/supertuxkart-1.2.ebuild b/games-action/supertuxkart/supertuxkart-1.2.ebuild
48 index fc674824ebb..03866f018d3 100644
49 --- a/games-action/supertuxkart/supertuxkart-1.2.ebuild
50 +++ b/games-action/supertuxkart/supertuxkart-1.2.ebuild
51 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/stk-code/releases/download/${PV}/${MY_P}.tar.x
52 LICENSE="GPL-2 GPL-3 CC-BY-SA-3.0 CC-BY-SA-4.0 CC0-1.0 public-domain ZLIB"
53 SLOT="0"
54 KEYWORDS="~amd64 ~x86"
55 -IUSE="debug libressl nettle recorder sqlite wiimote"
56 +IUSE="debug nettle recorder sqlite wiimote"
57
58 # don't unbundle irrlicht and bullet
59 # both are modified and system versions will break the game
60 @@ -42,8 +42,7 @@ RDEPEND="
61 x11-libs/libXxf86vm
62 nettle? ( dev-libs/nettle:= )
63 !nettle? (
64 - libressl? ( dev-libs/libressl:= )
65 - !libressl? ( >=dev-libs/openssl-1.0.1d:0= )
66 + >=dev-libs/openssl-1.0.1d:0=
67 )
68 recorder? ( media-libs/libopenglrecorder )
69 wiimote? ( net-wireless/bluez )"