www-client/dillo: Added sub-slot dep operator for dev-libs/openssl.
authorLars Wendler <polynomial-c@gentoo.org>
Fri, 16 Mar 2018 22:50:33 +0000 (23:50 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Fri, 16 Mar 2018 22:50:33 +0000 (23:50 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

www-client/dillo/dillo-3.0.5-r1.ebuild
www-client/dillo/dillo-3.0.5.ebuild

index cdf2882c33458db8ad64387a0ed6ae59eb111e80..da207da759eba5a40e89b0ef9368fc38dcf97822 100644 (file)
@@ -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 )
        )
 "
index 5c743bcb3ae11eb1fe723cf4a9bfe6fb48bc9ddf..3cbb0c1e8e6c22abcddf33162a4c40ba3d2ef6bf 100644 (file)
@@ -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}