summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2018-03-16 23:50:33 +0100
committerLars Wendler <polynomial-c@gentoo.org>2018-03-16 23:50:33 +0100
commitb2dc881b7e071dc42c36f554e21c338f6982a57c (patch)
tree7b04e6a7473ec36135754e967ab18ea18bac53fc /www-client
parentnet-nds/openldap: Added sub-slot dep operator for dev-libs/openssl. (diff)
downloadgentoo-b2dc881b7e071dc42c36f554e21c338f6982a57c.tar.gz
gentoo-b2dc881b7e071dc42c36f554e21c338f6982a57c.tar.bz2
gentoo-b2dc881b7e071dc42c36f554e21c338f6982a57c.zip
www-client/dillo: Added sub-slot dep operator for dev-libs/openssl.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'www-client')
-rw-r--r--www-client/dillo/dillo-3.0.5-r1.ebuild4
-rw-r--r--www-client/dillo/dillo-3.0.5.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/www-client/dillo/dillo-3.0.5-r1.ebuild b/www-client/dillo/dillo-3.0.5-r1.ebuild
index cdf2882c3345..da207da759eb 100644
--- a/www-client/dillo/dillo-3.0.5-r1.ebuild
+++ b/www-client/dillo/dillo-3.0.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -20,7 +20,7 @@ RDEPEND="
jpeg? ( virtual/jpeg:0 )
png? ( >=media-libs/libpng-1.2:0 )
ssl? (
- !libressl? ( dev-libs/openssl:0 )
+ !libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl )
)
"
diff --git a/www-client/dillo/dillo-3.0.5.ebuild b/www-client/dillo/dillo-3.0.5.ebuild
index 5c743bcb3ae1..3cbb0c1e8e6c 100644
--- a/www-client/dillo/dillo-3.0.5.ebuild
+++ b/www-client/dillo/dillo-3.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,7 +19,7 @@ RDEPEND="
sys-libs/zlib
jpeg? ( virtual/jpeg:0 )
png? ( >=media-libs/libpng-1.2:0 )
- ssl? ( dev-libs/openssl:0 )
+ ssl? ( dev-libs/openssl:0= )
"
DEPEND="
${RDEPEND}