commit: 0cdb787dbac6bb89cd1dfc706687c1ad151a07ec
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 27 08:25:12 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 27 15:15:44 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=0cdb787d
dev-libs/qjson: EAPI-7 bump, switch to cmake.eclass
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/qjson/qjson-0.9.0.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/dev-libs/qjson/qjson-0.9.0.ebuild
b/dev-libs/qjson/qjson-0.9.0.ebuild
index c81aac1d..030411f8 100644
--- a/dev-libs/qjson/qjson-0.9.0.ebuild
+++ b/dev-libs/qjson/qjson-0.9.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+CMAKE_ECLASS=cmake
inherit cmake-multilib
DESCRIPTION="Library for mapping JSON data to QVariant objects"
@@ -37,14 +38,14 @@ multilib_src_configure() {
-DQJSON_BUILD_TESTS=$(usex test)
)
- cmake-utils_src_configure
+ cmake_src_configure
}
multilib_src_install_all() {
if use doc && is_final_abi; then
pushd doc > /dev/null || die
doxygen Doxyfile || die "Generating documentation
failed"
- HTML_DOCS=( doc/html/. )
+ local HTML_DOCS=( doc/html/. )
popd > /dev/null || die
einstalldocs
fi