commit:     bec4eaa82a9ef038679ee01705476eb116752591
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 19:51:16 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May  2 19:52:16 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=bec4eaa8

app-crypt/qca: Drop IUSE=libressl

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

 app-crypt/qca/qca-9999.ebuild | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/app-crypt/qca/qca-9999.ebuild b/app-crypt/qca/qca-9999.ebuild
index a067daa7..39801558 100644
--- a/app-crypt/qca/qca-9999.ebuild
+++ b/app-crypt/qca/qca-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,13 +11,10 @@ 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"
+IUSE="botan debug doc examples gcrypt gpg logger nss pkcs11 sasl softstore 
+ssl test"
 
 RESTRICT="!test? ( test )"
 
-BDEPEND="
-       doc? ( app-doc/doxygen )
-"
 RDEPEND="
        dev-qt/qtcore:5
        botan? ( dev-libs/botan:= )
@@ -25,15 +22,11 @@ RDEPEND="
        gpg? ( app-crypt/gnupg )
        nss? ( dev-libs/nss )
        pkcs11? (
-               !libressl? ( >=dev-libs/openssl-1.1 )
-               libressl? ( dev-libs/libressl )
+               >=dev-libs/openssl-1.1
                dev-libs/pkcs11-helper
        )
        sasl? ( dev-libs/cyrus-sasl:2 )
-       ssl? (
-               !libressl? ( >=dev-libs/openssl-1.1:0= )
-               libressl? ( dev-libs/libressl:= )
-       )
+       ssl? ( >=dev-libs/openssl-1.1:0= )
 "
 DEPEND="${RDEPEND}
        test? (
@@ -41,6 +34,7 @@ DEPEND="${RDEPEND}
                dev-qt/qttest:5
        )
 "
+BDEPEND="doc? ( app-doc/doxygen )"
 
 PATCHES=( "${FILESDIR}/${PN}-disable-pgp-test.patch" )
 

Reply via email to