Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/dillo/
Date: Thu, 09 Jan 2020 19:31:14
Message-Id: 1578598264.019cdd89ad35beef3c12ac3ceec83c7fbe7a495b.jer@gentoo
1 commit: 019cdd89ad35beef3c12ac3ceec83c7fbe7a495b
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 9 19:30:33 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 9 19:31:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019cdd89
7
8 www-client/dillo: Depend on net-libs/mbedtls:=
9
10 Closes: https://bugs.gentoo.org/705056
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 www-client/dillo/dillo-9999.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/www-client/dillo/dillo-9999.ebuild b/www-client/dillo/dillo-9999.ebuild
18 index b0388a0b17e..2cf816aa62b 100644
19 --- a/www-client/dillo/dillo-9999.ebuild
20 +++ b/www-client/dillo/dillo-9999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -20,7 +20,7 @@ RDEPEND="
28 sys-libs/zlib
29 jpeg? ( virtual/jpeg:0 )
30 png? ( >=media-libs/libpng-1.2:0 )
31 - ssl? ( net-libs/mbedtls )
32 + ssl? ( net-libs/mbedtls:= )
33 "
34 DEPEND="
35 ${RDEPEND}