kde-frameworks/extra-cmake-modules: Fix src_configure
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 29 Sep 2018 21:05:28 +0000 (23:05 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 30 Sep 2018 08:38:23 +0000 (10:38 +0200)
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.50.0.ebuild

index 74bb9282f34c5dd69af4c47d559b45398921775b..5c672c66a8d46a65d591c17273d5ceb8fc3ea964 100644 (file)
@@ -1,9 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
+ECM_KDEINSTALLDIRS="false"
 KDE_AUTODEPS="false"
 KDE_DEBUG="false"
 KDE_QTHELP="false"
@@ -49,7 +50,7 @@ src_configure() {
        )
        use test && mycmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON )
 
-       cmake-utils_src_configure
+       kde5_src_configure
 }
 
 src_test() {