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: Sat, 26 Oct 2019 16:12:22
Message-Id: 1572106100.0b8e28b5fa5c84388660ab1422d7d7cd3311eec2.asturm@gentoo
1 commit: 0b8e28b5fa5c84388660ab1422d7d7cd3311eec2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 26 16:08:20 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 26 16:08:20 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0b8e28b5
7
8 app-crypt/qca: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-crypt/qca/qca-9999.ebuild | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/app-crypt/qca/qca-9999.ebuild b/app-crypt/qca/qca-9999.ebuild
17 index 25920235..3c88d034 100644
18 --- a/app-crypt/qca/qca-9999.ebuild
19 +++ b/app-crypt/qca/qca-9999.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 git-r3 qmake-utils
29
30 @@ -15,6 +15,9 @@ KEYWORDS=""
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