diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2025-01-06 03:31:45 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-06 00:52:36 +0000 |
commit | d11c430cd07512639d7dfdaa1a5b1f207090e4e3 (patch) | |
tree | d70c7074bb4bf4c2d4e9124842f7e1b18abac0a9 /games-emulation | |
parent | media-plugins/gst-plugins-opencv: update system-libs patch (diff) | |
download | gentoo-d11c430cd07512639d7dfdaa1a5b1f207090e4e3.tar.gz gentoo-d11c430cd07512639d7dfdaa1a5b1f207090e4e3.tar.bz2 gentoo-d11c430cd07512639d7dfdaa1a5b1f207090e4e3.zip |
games-emulation/dolphin: use slotted mbedtls:0
Dolphin requires MbedTLS from 2.28.x branch.
Closes: https://bugs.gentoo.org/804966
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39994
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dolphin/dolphin-2407-r1.ebuild (renamed from games-emulation/dolphin/dolphin-2407.ebuild) | 4 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-5.0_p20220520-r4.ebuild (renamed from games-emulation/dolphin/dolphin-5.0_p20220520-r3.ebuild) | 4 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/games-emulation/dolphin/dolphin-2407.ebuild b/games-emulation/dolphin/dolphin-2407-r1.ebuild index acaf54505d6e..175fc3b388ce 100644 --- a/games-emulation/dolphin/dolphin-2407.ebuild +++ b/games-emulation/dolphin/dolphin-2407-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -81,7 +81,7 @@ RDEPEND=" media-libs/libsfml:= media-libs/libspng >=net-libs/enet-1.3.18:1.3= - net-libs/mbedtls:= + net-libs/mbedtls:0= net-misc/curl x11-libs/libX11 x11-libs/libXi diff --git a/games-emulation/dolphin/dolphin-5.0_p20220520-r3.ebuild b/games-emulation/dolphin/dolphin-5.0_p20220520-r4.ebuild index 37564db0dd8f..4294f15f1643 100644 --- a/games-emulation/dolphin/dolphin-5.0_p20220520-r3.ebuild +++ b/games-emulation/dolphin/dolphin-5.0_p20220520-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -54,7 +54,7 @@ RDEPEND=" media-libs/libsfml:= media-libs/mesa[egl(+)] net-libs/enet:1.3 - net-libs/mbedtls:= + net-libs/mbedtls:0= net-misc/curl:= sys-libs/readline:= sys-libs/zlib:=[minizip] diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 5b6fcbbb843a..3b46bec0ea5d 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -81,7 +81,7 @@ RDEPEND=" media-libs/libsfml:= media-libs/libspng >=net-libs/enet-1.3.18:1.3= - net-libs/mbedtls:= + net-libs/mbedtls:0= net-misc/curl x11-libs/libX11 x11-libs/libXi |