aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-10-26 18:08:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-26 18:08:20 +0200
commit0b8e28b5fa5c84388660ab1422d7d7cd3311eec2 (patch)
treef0040bdedafa7fc3631901c3880e25d310115cc0
parentdev-qt/qtcore: Fix build: disable the HWRNG in bootstrapped mode (diff)
downloadqt-0b8e28b5.tar.gz
qt-0b8e28b5.tar.bz2
qt-0b8e28b5.zip
app-crypt/qca: EAPI-7 bump
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--app-crypt/qca/qca-9999.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-crypt/qca/qca-9999.ebuild b/app-crypt/qca/qca-9999.ebuild
index 25920235..3c88d034 100644
--- a/app-crypt/qca/qca-9999.ebuild
+++ b/app-crypt/qca/qca-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit cmake-utils git-r3 qmake-utils
@@ -15,6 +15,9 @@ KEYWORDS=""
IUSE="botan debug doc examples gcrypt gpg libressl logger nss pkcs11 sasl softstore +ssl test"
+BDEPEND="
+ doc? ( app-doc/doxygen )
+"
RDEPEND="
dev-qt/qtcore:5
botan? ( dev-libs/botan:= )
@@ -33,7 +36,6 @@ RDEPEND="
)
"
DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )
test? (
dev-qt/qtnetwork:5
dev-qt/qttest:5