diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-01-09 19:44:54 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-01-09 19:45:10 +0000 |
commit | 7b60b2936174d0dcf62caded07e1e5e18f3d04ea (patch) | |
tree | 5f8e61e79ff2c23a8cfec6db875f2afadc050a8c /games-emulation | |
parent | x11-themes/kvantum: Version bump (diff) | |
download | gentoo-7b60b2936174d0dcf62caded07e1e5e18f3d04ea.tar.gz gentoo-7b60b2936174d0dcf62caded07e1e5e18f3d04ea.tar.bz2 gentoo-7b60b2936174d0dcf62caded07e1e5e18f3d04ea.zip |
games-emulation/dolphin: depend on mbedtls subslot, bug #705046
It's a fix of regression introduced by
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5765256c9a8cf089c304f1dc4b2fe8fc663842
Reported-by: Ben Kohler
Closes: https://bugs.gentoo.org/705046
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dolphin/dolphin-5.0.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-emulation/dolphin/dolphin-5.0.ebuild b/games-emulation/dolphin/dolphin-5.0.ebuild index 38d0e246fd0e..153155a8a7ab 100644 --- a/games-emulation/dolphin/dolphin-5.0.ebuild +++ b/games-emulation/dolphin/dolphin-5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -24,7 +24,7 @@ RESTRICT=test RDEPEND=" >=media-libs/libsfml-2.1 >net-libs/enet-1.3.7 - >=net-libs/mbedtls-2.1.1:= + >=net-libs/mbedtls-2.1.1:0= dev-libs/lzo media-libs/libpng:0= sys-libs/readline:0= diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index dc10a1ac4dc4..896e7895e99b 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,7 +32,7 @@ RDEPEND=" media-libs/libsfml media-libs/mesa[egl] net-libs/enet:1.3 - net-libs/mbedtls + net-libs/mbedtls:0= net-misc/curl:0= sys-libs/readline:0= sys-libs/zlib:0= |