diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-05-28 20:51:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-05-29 12:02:20 +0200 |
commit | c5cdf0ba8330eda65b8a54b030faa4a50b67fb44 (patch) | |
tree | 304e1766f0d892e9db927b028816fa4d40a2f544 /net-mail/isync | |
parent | net-mail/gnubiff: [QA] Fix openssl dep to :0= (diff) | |
download | gentoo-c5cdf0ba8330eda65b8a54b030faa4a50b67fb44.tar.gz gentoo-c5cdf0ba8330eda65b8a54b030faa4a50b67fb44.tar.bz2 gentoo-c5cdf0ba8330eda65b8a54b030faa4a50b67fb44.zip |
net-mail/isync: [QA] Fix dep on openssl to use :0=
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-mail/isync')
-rw-r--r-- | net-mail/isync/isync-1.3.0-r1.ebuild (renamed from net-mail/isync/isync-1.3.0.ebuild) | 6 |
1 files 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 index bf69e93d446e..ed92112b1459 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}" |