From ce86df7eb9cdd27b8da28b84541ed0894fac4b53 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 21 Dec 2019 12:09:43 +0100 Subject: */*: Switch kde proj packages to cmake.eclass Signed-off-by: Andreas Sturmlechner --- kde-frameworks/kapidox/kapidox-5.64.0.ebuild | 2 +- kde-frameworks/kapidox/kapidox-5.65.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kde-frameworks/kapidox') 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" -- cgit v1.2.3-65-gdbad