Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: app-crypt/qca/
Date: Tue, 11 Feb 2020 15:38:55
Message-Id: 1581435516.95ccc0dd616df4d0b53d6bc152c5ad7fcb7e5c04.asturm@gentoo
1 commit: 95ccc0dd616df4d0b53d6bc152c5ad7fcb7e5c04
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 15:37:16 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 15:38:36 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=95ccc0dd
7
8 app-crypt/qca: Raise minimum dev-libs/openssl to >=1.1
9
10 Upstream commit 001f827a4fc4475d8489f662df588e68423e0e2a
11
12 Package-Manager: Portage-2.3.88, Repoman-2.3.20
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 app-crypt/qca/qca-9999.ebuild | 7 +++----
16 1 file changed, 3 insertions(+), 4 deletions(-)
17
18 diff --git a/app-crypt/qca/qca-9999.ebuild b/app-crypt/qca/qca-9999.ebuild
19 index be322031..a067daa7 100644
20 --- a/app-crypt/qca/qca-9999.ebuild
21 +++ b/app-crypt/qca/qca-9999.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -11,7 +11,6 @@ HOMEPAGE="https://userbase.kde.org/QCA"
29 LICENSE="LGPL-2.1"
30 SLOT="2"
31 KEYWORDS=""
32 -
33 IUSE="botan debug doc examples gcrypt gpg libressl logger nss pkcs11 sasl softstore +ssl test"
34
35 RESTRICT="!test? ( test )"
36 @@ -26,13 +25,13 @@ RDEPEND="
37 gpg? ( app-crypt/gnupg )
38 nss? ( dev-libs/nss )
39 pkcs11? (
40 - !libressl? ( dev-libs/openssl:0 )
41 + !libressl? ( >=dev-libs/openssl-1.1 )
42 libressl? ( dev-libs/libressl )
43 dev-libs/pkcs11-helper
44 )
45 sasl? ( dev-libs/cyrus-sasl:2 )
46 ssl? (
47 - !libressl? ( >=dev-libs/openssl-1.0.1:0= )
48 + !libressl? ( >=dev-libs/openssl-1.1:0= )
49 libressl? ( dev-libs/libressl:= )
50 )
51 "