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: Sun, 24 Feb 2019 16:08:59
Message-Id: 1551024518.d41ca1ee40bf342d9d24d5f7ff39e42539563eb4.asturm@gentoo
1 commit: d41ca1ee40bf342d9d24d5f7ff39e42539563eb4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 24 16:08:01 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 24 16:08:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41ca1ee
7
8 app-crypt/qca: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-crypt/qca/qca-2.2.0_pre20180606.ebuild | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/app-crypt/qca/qca-2.2.0_pre20180606.ebuild b/app-crypt/qca/qca-2.2.0_pre20180606.ebuild
17 index 3ed99ba6900..a1d8e8ee44d 100644
18 --- a/app-crypt/qca/qca-2.2.0_pre20180606.ebuild
19 +++ b/app-crypt/qca/qca-2.2.0_pre20180606.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 inherit cmake-utils qmake-utils
29
30 @@ -15,6 +15,9 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd
31
32 IUSE="botan debug doc examples gcrypt gpg libressl logger nss pkcs11 sasl softstore +ssl test"
33
34 +BDEPEND="
35 + doc? ( app-doc/doxygen )
36 +"
37 RDEPEND="
38 dev-qt/qtcore:5
39 botan? ( dev-libs/botan:= )
40 @@ -33,7 +36,6 @@ RDEPEND="
41 )
42 "
43 DEPEND="${RDEPEND}
44 - doc? ( app-doc/doxygen )
45 test? (
46 dev-qt/qtnetwork:5
47 dev-qt/qttest:5