Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/
Date: Thu, 09 Jan 2020 19:45:22
Message-Id: 1578599110.7b60b2936174d0dcf62caded07e1e5e18f3d04ea.slyfox@gentoo
1 commit: 7b60b2936174d0dcf62caded07e1e5e18f3d04ea
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 9 19:44:54 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 9 19:45:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b60b293
7
8 games-emulation/dolphin: depend on mbedtls subslot, bug #705046
9
10 It's a fix of regression introduced by
11 https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5765256c9a8cf089c304f1dc4b2fe8fc663842
12
13 Reported-by: Ben Kohler
14 Closes: https://bugs.gentoo.org/705046
15 Package-Manager: Portage-2.3.84, Repoman-2.3.20
16 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
17
18 games-emulation/dolphin/dolphin-5.0.ebuild | 4 ++--
19 games-emulation/dolphin/dolphin-9999.ebuild | 4 ++--
20 2 files changed, 4 insertions(+), 4 deletions(-)
21
22 diff --git a/games-emulation/dolphin/dolphin-5.0.ebuild b/games-emulation/dolphin/dolphin-5.0.ebuild
23 index 38d0e246fd0..153155a8a7a 100644
24 --- a/games-emulation/dolphin/dolphin-5.0.ebuild
25 +++ b/games-emulation/dolphin/dolphin-5.0.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2019 Gentoo Authors
28 +# Copyright 1999-2020 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=5
32 @@ -24,7 +24,7 @@ RESTRICT=test
33 RDEPEND="
34 >=media-libs/libsfml-2.1
35 >net-libs/enet-1.3.7
36 - >=net-libs/mbedtls-2.1.1:=
37 + >=net-libs/mbedtls-2.1.1:0=
38 dev-libs/lzo
39 media-libs/libpng:0=
40 sys-libs/readline:0=
41
42 diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild
43 index dc10a1ac4dc..896e7895e99 100644
44 --- a/games-emulation/dolphin/dolphin-9999.ebuild
45 +++ b/games-emulation/dolphin/dolphin-9999.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2019 Gentoo Authors
48 +# Copyright 1999-2020 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=6
52 @@ -32,7 +32,7 @@ RDEPEND="
53 media-libs/libsfml
54 media-libs/mesa[egl]
55 net-libs/enet:1.3
56 - net-libs/mbedtls
57 + net-libs/mbedtls:0=
58 net-misc/curl:0=
59 sys-libs/readline:0=
60 sys-libs/zlib:0=