commit:     c5cdf0ba8330eda65b8a54b030faa4a50b67fb44
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 18:51:12 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 29 10:02:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5cdf0ba

net-mail/isync: [QA] Fix dep on openssl to use :0=

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-mail/isync/{isync-1.3.0.ebuild => isync-1.3.0-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-mail/isync/isync-1.3.0.ebuild 
b/net-mail/isync/isync-1.3.0-r1.ebuild
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 bf69e93d446..ed92112b145 100644
--- a/net-mail/isync/isync-1.3.0.ebuild
+++ b/net-mail/isync/isync-1.3.0-r1.ebuild
@@ -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}"
 

Reply via email to