net-mail/isync: [QA] Fix dep on openssl to use :0=
authorMichał Górny <mgorny@gentoo.org>
Tue, 28 May 2019 18:51:12 +0000 (20:51 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 29 May 2019 10:02:20 +0000 (12:02 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-mail/isync/isync-1.3.0-r1.ebuild [moved from net-mail/isync/isync-1.3.0.ebuild with 82% similarity]

similarity index 82%
rename from net-mail/isync/isync-1.3.0.ebuild
rename to net-mail/isync/isync-1.3.0-r1.ebuild
index bf69e93d446e18ee1c72a8ece644887c7d6ee33c..ed92112b1459145286b61f101554555e50374c8b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,8 +16,8 @@ DEPEND=">=sys-libs/db-4.2:*
        zlib? ( sys-libs/zlib )
        sasl? ( dev-libs/cyrus-sasl )
        ssl? (
-           !libressl? ( >=dev-libs/openssl-0.9.6:* )
-           libressl? ( dev-libs/libressl )
+               !libressl? ( >=dev-libs/openssl-0.9.6:0= )
+               libressl? ( dev-libs/libressl:0= )
        )"
 RDEPEND="${DEPEND}"