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: Sun, 02 May 2021 19:52:47
Message-Id: 1619985136.bec4eaa82a9ef038679ee01705476eb116752591.asturm@gentoo
1 commit: bec4eaa82a9ef038679ee01705476eb116752591
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 19:51:16 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 19:52:16 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=bec4eaa8
7
8 app-crypt/qca: Drop IUSE=libressl
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-crypt/qca/qca-9999.ebuild | 16 +++++-----------
14 1 file changed, 5 insertions(+), 11 deletions(-)
15
16 diff --git a/app-crypt/qca/qca-9999.ebuild b/app-crypt/qca/qca-9999.ebuild
17 index a067daa7..39801558 100644
18 --- a/app-crypt/qca/qca-9999.ebuild
19 +++ b/app-crypt/qca/qca-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -11,13 +11,10 @@ HOMEPAGE="https://userbase.kde.org/QCA"
27 LICENSE="LGPL-2.1"
28 SLOT="2"
29 KEYWORDS=""
30 -IUSE="botan debug doc examples gcrypt gpg libressl logger nss pkcs11 sasl softstore +ssl test"
31 +IUSE="botan debug doc examples gcrypt gpg logger nss pkcs11 sasl softstore +ssl test"
32
33 RESTRICT="!test? ( test )"
34
35 -BDEPEND="
36 - doc? ( app-doc/doxygen )
37 -"
38 RDEPEND="
39 dev-qt/qtcore:5
40 botan? ( dev-libs/botan:= )
41 @@ -25,15 +22,11 @@ RDEPEND="
42 gpg? ( app-crypt/gnupg )
43 nss? ( dev-libs/nss )
44 pkcs11? (
45 - !libressl? ( >=dev-libs/openssl-1.1 )
46 - libressl? ( dev-libs/libressl )
47 + >=dev-libs/openssl-1.1
48 dev-libs/pkcs11-helper
49 )
50 sasl? ( dev-libs/cyrus-sasl:2 )
51 - ssl? (
52 - !libressl? ( >=dev-libs/openssl-1.1:0= )
53 - libressl? ( dev-libs/libressl:= )
54 - )
55 + ssl? ( >=dev-libs/openssl-1.1:0= )
56 "
57 DEPEND="${RDEPEND}
58 test? (
59 @@ -41,6 +34,7 @@ DEPEND="${RDEPEND}
60 dev-qt/qttest:5
61 )
62 "
63 +BDEPEND="doc? ( app-doc/doxygen )"
64
65 PATCHES=( "${FILESDIR}/${PN}-disable-pgp-test.patch" )