commit:     95ccc0dd616df4d0b53d6bc152c5ad7fcb7e5c04
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 15:37:16 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 15:38:36 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=95ccc0dd

app-crypt/qca: Raise minimum dev-libs/openssl to >=1.1

Upstream commit 001f827a4fc4475d8489f662df588e68423e0e2a

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-crypt/qca/qca-9999.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-crypt/qca/qca-9999.ebuild b/app-crypt/qca/qca-9999.ebuild
index be322031..a067daa7 100644
--- a/app-crypt/qca/qca-9999.ebuild
+++ b/app-crypt/qca/qca-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,6 @@ HOMEPAGE="https://userbase.kde.org/QCA";
 LICENSE="LGPL-2.1"
 SLOT="2"
 KEYWORDS=""
-
 IUSE="botan debug doc examples gcrypt gpg libressl logger nss pkcs11 sasl 
softstore +ssl test"
 
 RESTRICT="!test? ( test )"
@@ -26,13 +25,13 @@ RDEPEND="
        gpg? ( app-crypt/gnupg )
        nss? ( dev-libs/nss )
        pkcs11? (
-               !libressl? ( dev-libs/openssl:0 )
+               !libressl? ( >=dev-libs/openssl-1.1 )
                libressl? ( dev-libs/libressl )
                dev-libs/pkcs11-helper
        )
        sasl? ( dev-libs/cyrus-sasl:2 )
        ssl? (
-               !libressl? ( >=dev-libs/openssl-1.0.1:0= )
+               !libressl? ( >=dev-libs/openssl-1.1:0= )
                libressl? ( dev-libs/libressl:= )
        )
 "

Reply via email to