diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-21 20:49:12 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-21 20:49:12 +0200 |
commit | 8ec24e0004bac17ca55b3c2e7548a0be20aeb310 (patch) | |
tree | 5a3f043690048d2159bb5f5c051219c031a395bf /dev-libs/qoauth | |
parent | dev-libs/kqoauth: EAPI-7 bump (diff) | |
download | gentoo-8ec24e0004bac17ca55b3c2e7548a0be20aeb310.tar.gz gentoo-8ec24e0004bac17ca55b3c2e7548a0be20aeb310.tar.bz2 gentoo-8ec24e0004bac17ca55b3c2e7548a0be20aeb310.zip |
dev-libs/qoauth: EAPI-7 bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/qoauth')
-rw-r--r-- | dev-libs/qoauth/qoauth-2.0.1_pre20160315-r3.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/qoauth/qoauth-2.0.1_pre20160315-r3.ebuild b/dev-libs/qoauth/qoauth-2.0.1_pre20160315-r3.ebuild index cfb89ca9cbaf..06dc6eaaa41c 100644 --- a/dev-libs/qoauth/qoauth-2.0.1_pre20160315-r3.ebuild +++ b/dev-libs/qoauth/qoauth-2.0.1_pre20160315-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit qmake-utils @@ -13,14 +13,17 @@ LICENSE="LGPL-2.1" SLOT="5" KEYWORDS="amd64 ~ppc64 x86" IUSE="debug doc test" + RESTRICT="!test? ( test )" +BDEPEND=" + doc? ( app-doc/doxygen ) +" COMMON_DEPEND=" app-crypt/qca:2[debug?,qt5(+)] dev-qt/qtnetwork:5 " DEPEND="${COMMON_DEPEND} - doc? ( app-doc/doxygen ) test? ( dev-qt/qttest:5 ) " RDEPEND="${COMMON_DEPEND} @@ -57,7 +60,7 @@ src_configure() { src_install() { if use doc; then doxygen "${S}"/Doxyfile || die "failed to generate documentation" - HTML_DOCS=( "${S}"/doc/html/. ) + local HTML_DOCS=( "${S}"/doc/html/. ) fi INSTALL_ROOT="${D}" default |