summaryrefslogtreecommitdiff
path: root/dev-util/kdstatemachineeditor/kdstatemachineeditor-1.2.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/kdstatemachineeditor/kdstatemachineeditor-1.2.4.ebuild')
-rw-r--r--dev-util/kdstatemachineeditor/kdstatemachineeditor-1.2.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/kdstatemachineeditor/kdstatemachineeditor-1.2.4.ebuild b/dev-util/kdstatemachineeditor/kdstatemachineeditor-1.2.4.ebuild
index b8d2337eeb5e..f430b5be2790 100644
--- a/dev-util/kdstatemachineeditor/kdstatemachineeditor-1.2.4.ebuild
+++ b/dev-util/kdstatemachineeditor/kdstatemachineeditor-1.2.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake-utils qmake-utils
+inherit cmake qmake-utils
DESCRIPTION="Framework for creating Qt State Machine metacode using graphical user interfaces"
HOMEPAGE="https://github.com/KDAB/KDStateMachineEditor"
@@ -49,5 +49,5 @@ src_configure() {
-DBUILD_TESTING=$(usex test)
-DECM_MKSPECS_INSTALL_DIR=$(qt5_get_mkspecsdir)/modules
)
- cmake-utils_src_configure
+ cmake_src_configure
}