summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action')
-rw-r--r--games-action/supertuxkart/supertuxkart-1.1.ebuild7
-rw-r--r--games-action/supertuxkart/supertuxkart-1.2.ebuild5
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 329de4139a25..1b75dbc88d84 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 fc674824ebbe..03866f018d35 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 )"