diff options
author | 2020-01-09 20:30:33 +0100 | |
---|---|---|
committer | 2020-01-09 20:31:04 +0100 | |
commit | 019cdd89ad35beef3c12ac3ceec83c7fbe7a495b (patch) | |
tree | c59db8480bd3cd4ba6a4cfeaa13100cfeb90aed5 /www-client/dillo | |
parent | net-libs/quiche: 0.2.0 version bump (diff) | |
download | gentoo-019cdd89ad35beef3c12ac3ceec83c7fbe7a495b.tar.gz gentoo-019cdd89ad35beef3c12ac3ceec83c7fbe7a495b.tar.bz2 gentoo-019cdd89ad35beef3c12ac3ceec83c7fbe7a495b.zip |
www-client/dillo: Depend on net-libs/mbedtls:=
Closes: https://bugs.gentoo.org/705056
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'www-client/dillo')
-rw-r--r-- | www-client/dillo/dillo-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/dillo/dillo-9999.ebuild b/www-client/dillo/dillo-9999.ebuild index b0388a0b17e3..2cf816aa62b4 100644 --- a/www-client/dillo/dillo-9999.ebuild +++ b/www-client/dillo/dillo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ RDEPEND=" sys-libs/zlib jpeg? ( virtual/jpeg:0 ) png? ( >=media-libs/libpng-1.2:0 ) - ssl? ( net-libs/mbedtls ) + ssl? ( net-libs/mbedtls:= ) " DEPEND=" ${RDEPEND} |