commit:     9052fbddf657ae3b78786e3b49b1291a0afef86b
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon May  3 06:54:21 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon May  3 06:54:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9052fbdd

games-action/supertuxkart: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 games-action/supertuxkart/supertuxkart-1.1.ebuild | 7 +++----
 games-action/supertuxkart/supertuxkart-1.2.ebuild | 5 ++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/games-action/supertuxkart/supertuxkart-1.1.ebuild 
b/games-action/supertuxkart/supertuxkart-1.1.ebuild
index 329de4139a2..1b75dbc88d8 100644
--- a/games-action/supertuxkart/supertuxkart-1.1.ebuild
+++ b/games-action/supertuxkart/supertuxkart-1.1.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
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/${PN}/SuperTuxKart/${PV}/${P}-src.tar.xz
 LICENSE="GPL-2 GPL-3 CC-BY-SA-3.0 CC-BY-SA-4.0 CC0-1.0 public-domain ZLIB"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug libressl nettle recorder wiimote"
+IUSE="debug nettle recorder wiimote"
 
 # don't unbundle irrlicht and bullet
 # both are modified and system versions will break the game
@@ -39,8 +39,7 @@ RDEPEND="
        x11-libs/libXxf86vm
        nettle? ( dev-libs/nettle:= )
        !nettle? (
-               libressl? ( dev-libs/libressl:= )
-               !libressl? ( >=dev-libs/openssl-1.0.1d:0= )
+               >=dev-libs/openssl-1.0.1d:0=
        )
        recorder? ( media-libs/libopenglrecorder )
        wiimote? ( net-wireless/bluez )"

diff --git a/games-action/supertuxkart/supertuxkart-1.2.ebuild 
b/games-action/supertuxkart/supertuxkart-1.2.ebuild
index fc674824ebb..03866f018d3 100644
--- a/games-action/supertuxkart/supertuxkart-1.2.ebuild
+++ b/games-action/supertuxkart/supertuxkart-1.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${PN}/stk-code/releases/download/${PV}/${MY_P}.tar.x
 LICENSE="GPL-2 GPL-3 CC-BY-SA-3.0 CC-BY-SA-4.0 CC0-1.0 public-domain ZLIB"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug libressl nettle recorder sqlite wiimote"
+IUSE="debug nettle recorder sqlite wiimote"
 
 # don't unbundle irrlicht and bullet
 # both are modified and system versions will break the game
@@ -42,8 +42,7 @@ RDEPEND="
        x11-libs/libXxf86vm
        nettle? ( dev-libs/nettle:= )
        !nettle? (
-               libressl? ( dev-libs/libressl:= )
-               !libressl? ( >=dev-libs/openssl-1.0.1d:0= )
+               >=dev-libs/openssl-1.0.1d:0=
        )
        recorder? ( media-libs/libopenglrecorder )
        wiimote? ( net-wireless/bluez )"

Reply via email to