diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-21 12:09:43 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-29 14:03:42 +0100 |
commit | ce86df7eb9cdd27b8da28b84541ed0894fac4b53 (patch) | |
tree | 3924362d6b5210d43d0502e02ac8f34b776b09c9 /app-crypt/qca | |
parent | kde5.eclass: Switch to cmake.eclass (diff) | |
download | gentoo-ce86df7eb9cdd27b8da28b84541ed0894fac4b53.tar.gz gentoo-ce86df7eb9cdd27b8da28b84541ed0894fac4b53.tar.bz2 gentoo-ce86df7eb9cdd27b8da28b84541ed0894fac4b53.zip |
*/*: Switch kde proj packages to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt/qca')
-rw-r--r-- | app-crypt/qca/qca-2.2.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/qca/qca-2.2.1.ebuild b/app-crypt/qca/qca-2.2.1.ebuild index bacd8da8b969..d2bfa334dc7d 100644 --- a/app-crypt/qca/qca-2.2.1.ebuild +++ b/app-crypt/qca/qca-2.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils qmake-utils +inherit cmake qmake-utils DESCRIPTION="Qt Cryptographic Architecture (QCA)" HOMEPAGE="https://userbase.kde.org/QCA" @@ -64,16 +64,16 @@ src_configure() { $(qca_plugin_use ssl ossl) -DBUILD_TESTS=$(usex test) ) - cmake-utils_src_configure + cmake_src_configure } src_test() { local -x QCA_PLUGIN_PATH="${BUILD_DIR}/lib/qca" - cmake-utils_src_test + cmake_src_test } src_install() { - cmake-utils_src_install + cmake_src_install if use doc; then pushd "${BUILD_DIR}" >/dev/null || die |