diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-03-16 23:50:33 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-03-16 23:50:33 +0100 |
commit | b2dc881b7e071dc42c36f554e21c338f6982a57c (patch) | |
tree | 7b04e6a7473ec36135754e967ab18ea18bac53fc /www-client/dillo/dillo-3.0.5-r1.ebuild | |
parent | net-nds/openldap: Added sub-slot dep operator for dev-libs/openssl. (diff) | |
download | gentoo-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/dillo/dillo-3.0.5-r1.ebuild')
-rw-r--r-- | www-client/dillo/dillo-3.0.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 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 ) ) " |