projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afe1966
)
ecm.eclass: cmake-utils_use_find_package -> cmake_use_find_package
author
Andreas Sturmlechner
<asturm@gentoo.org>
Sat, 16 Nov 2019 22:40:17 +0000
(23:40 +0100)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Thu, 12 Dec 2019 17:28:13 +0000
(18:28 +0100)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/ecm.eclass
patch
|
blob
|
history
diff --git
a/eclass/ecm.eclass
b/eclass/ecm.eclass
index af4646e959224be7200ef75777df7ffa24588fc9..5d9cccff02c035cf5db40a9b2ce98f885e4765fe 100644
(file)
--- a/
eclass/ecm.eclass
+++ b/
eclass/ecm.eclass
@@
-524,7
+524,7
@@
ecm_src_configure() {
# TODO: drop after KDE Applications 19.08.3 removal
if in_iuse designer && [[ ${KDE_DESIGNERPLUGIN} != false ]] ; then
- cmakeargs+=( $(cmake
-utils
_use_find_package designer KF5DesignerPlugin) )
+ cmakeargs+=( $(cmake_use_find_package designer KF5DesignerPlugin) )
fi
if [[ ${ECM_QTHELP} = true ]]; then