aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-11 16:37:16 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-11 16:38:36 +0100
commit95ccc0dd616df4d0b53d6bc152c5ad7fcb7e5c04 (patch)
treedbd6763a91ec3c10835202e484e6a077648f2030 /app-crypt
parentdev-qt/qtwebengine: [5.15] apply x86 build patch from 5.14 (diff)
downloadqt-95ccc0dd616df4d0b53d6bc152c5ad7fcb7e5c04.tar.gz
qt-95ccc0dd616df4d0b53d6bc152c5ad7fcb7e5c04.tar.bz2
qt-95ccc0dd616df4d0b53d6bc152c5ad7fcb7e5c04.zip
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@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/qca/qca-9999.ebuild7
1 files 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:= )
)
"