Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/isync/
Date: Wed, 29 May 2019 10:03:52
Message-Id: 1559124140.c5cdf0ba8330eda65b8a54b030faa4a50b67fb44.mgorny@gentoo
1 commit: c5cdf0ba8330eda65b8a54b030faa4a50b67fb44
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 28 18:51:12 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 10:02:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5cdf0ba
7
8 net-mail/isync: [QA] Fix dep on openssl to use :0=
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-mail/isync/{isync-1.3.0.ebuild => isync-1.3.0-r1.ebuild} | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/net-mail/isync/isync-1.3.0.ebuild b/net-mail/isync/isync-1.3.0-r1.ebuild
16 similarity index 82%
17 rename from net-mail/isync/isync-1.3.0.ebuild
18 rename to net-mail/isync/isync-1.3.0-r1.ebuild
19 index bf69e93d446..ed92112b145 100644
20 --- a/net-mail/isync/isync-1.3.0.ebuild
21 +++ b/net-mail/isync/isync-1.3.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -16,8 +16,8 @@ DEPEND=">=sys-libs/db-4.2:*
29 zlib? ( sys-libs/zlib )
30 sasl? ( dev-libs/cyrus-sasl )
31 ssl? (
32 - !libressl? ( >=dev-libs/openssl-0.9.6:* )
33 - libressl? ( dev-libs/libressl )
34 + !libressl? ( >=dev-libs/openssl-0.9.6:0= )
35 + libressl? ( dev-libs/libressl:0= )
36 )"
37 RDEPEND="${DEPEND}"