diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-24 17:08:01 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-24 17:08:38 +0100 |
commit | d41ca1ee40bf342d9d24d5f7ff39e42539563eb4 (patch) | |
tree | 0a44538501a19a6650961b12552e4ebf317c3246 /app-crypt/qca | |
parent | sci-biology/bioruby: add 1.5.2 (diff) | |
download | gentoo-d41ca1ee40bf342d9d24d5f7ff39e42539563eb4.tar.gz gentoo-d41ca1ee40bf342d9d24d5f7ff39e42539563eb4.tar.bz2 gentoo-d41ca1ee40bf342d9d24d5f7ff39e42539563eb4.zip |
app-crypt/qca: EAPI-7 bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt/qca')
-rw-r--r-- | app-crypt/qca/qca-2.2.0_pre20180606.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-crypt/qca/qca-2.2.0_pre20180606.ebuild b/app-crypt/qca/qca-2.2.0_pre20180606.ebuild index 3ed99ba69006..a1d8e8ee44dc 100644 --- a/app-crypt/qca/qca-2.2.0_pre20180606.ebuild +++ b/app-crypt/qca/qca-2.2.0_pre20180606.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 qmake-utils @@ -15,6 +15,9 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd 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 |