Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/qca/
Date: Tue, 11 Feb 2020 22:47:04
Message-Id: 1581461196.e6902555118be5de24cc8dc8bdebd659b85e08c9.asturm@gentoo
1 commit: e6902555118be5de24cc8dc8bdebd659b85e08c9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 22:28:39 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 22:46:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6902555
7
8 app-crypt/qca: Drop USE libressl
9
10 Let's not pretend like it works with any libressl version in tree.
11
12 Bug: https://bugs.gentoo.org/709288
13 Package-Manager: Portage-2.3.88, Repoman-2.3.20
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 app-crypt/qca/qca-2.2.1.ebuild | 12 ++++--------
17 1 file changed, 4 insertions(+), 8 deletions(-)
18
19 diff --git a/app-crypt/qca/qca-2.2.1.ebuild b/app-crypt/qca/qca-2.2.1.ebuild
20 index d2bfa334dc7..0f23610c98f 100644
21 --- a/app-crypt/qca/qca-2.2.1.ebuild
22 +++ b/app-crypt/qca/qca-2.2.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1"
30 SLOT="2"
31 KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
32
33 -IUSE="botan debug doc examples gcrypt gpg libressl logger nss pkcs11 sasl softstore +ssl test"
34 +IUSE="botan debug doc examples gcrypt gpg logger nss pkcs11 sasl softstore +ssl test"
35 RESTRICT="!test? ( test )"
36
37 BDEPEND="
38 @@ -26,15 +26,11 @@ RDEPEND="
39 gpg? ( app-crypt/gnupg )
40 nss? ( dev-libs/nss )
41 pkcs11? (
42 - !libressl? ( dev-libs/openssl:0 )
43 - libressl? ( dev-libs/libressl )
44 + dev-libs/openssl:0
45 dev-libs/pkcs11-helper
46 )
47 sasl? ( dev-libs/cyrus-sasl:2 )
48 - ssl? (
49 - !libressl? ( >=dev-libs/openssl-1.0.1:0= )
50 - libressl? ( dev-libs/libressl:= )
51 - )
52 + ssl? ( >=dev-libs/openssl-1.0.1:0= )
53 "
54 DEPEND="${RDEPEND}
55 test? (