summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-21 12:09:43 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-29 14:03:42 +0100
commitce86df7eb9cdd27b8da28b84541ed0894fac4b53 (patch)
tree3924362d6b5210d43d0502e02ac8f34b776b09c9 /kde-frameworks/kapidox
parentkde5.eclass: Switch to cmake.eclass (diff)
downloadgentoo-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 'kde-frameworks/kapidox')
-rw-r--r--kde-frameworks/kapidox/kapidox-5.64.0.ebuild2
-rw-r--r--kde-frameworks/kapidox/kapidox-5.65.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/kde-frameworks/kapidox/kapidox-5.64.0.ebuild b/kde-frameworks/kapidox/kapidox-5.64.0.ebuild
index a0dffa9bbfc9..b3690978c3c9 100644
--- a/kde-frameworks/kapidox/kapidox-5.64.0.ebuild
+++ b/kde-frameworks/kapidox/kapidox-5.64.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
DISTUTILS_SINGLE_IMPL="true"
PYTHON_COMPAT=( python3_{6,7} )
-inherit cmake-utils kde.org distutils-r1
+inherit cmake kde.org distutils-r1
DESCRIPTION="Framework for building KDE API documentation in a standard format and style"
LICENSE="BSD-2"
diff --git a/kde-frameworks/kapidox/kapidox-5.65.0.ebuild b/kde-frameworks/kapidox/kapidox-5.65.0.ebuild
index ea0ca77ae3e3..1a77a6855700 100644
--- a/kde-frameworks/kapidox/kapidox-5.65.0.ebuild
+++ b/kde-frameworks/kapidox/kapidox-5.65.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
DISTUTILS_SINGLE_IMPL="true"
PYTHON_COMPAT=( python3_{6,7,8} )
-inherit cmake-utils kde.org distutils-r1
+inherit cmake kde.org distutils-r1
DESCRIPTION="Framework for building KDE API documentation in a standard format and style"
LICENSE="BSD-2"