summaryrefslogtreecommitdiff
path: root/app-editors
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/kile/kile-9999.ebuild2
-rw-r--r--app-editors/okteta/okteta-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index 438cf9a5b49..10a1e267607 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -74,7 +74,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_find_package pdf Poppler)
+ $(cmake_use_find_package pdf Poppler)
)
ecm_src_configure
}
diff --git a/app-editors/okteta/okteta-9999.ebuild b/app-editors/okteta/okteta-9999.ebuild
index ab15b79c442..a7c643faad9 100644
--- a/app-editors/okteta/okteta-9999.ebuild
+++ b/app-editors/okteta/okteta-9999.ebuild
@@ -57,7 +57,7 @@ RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DOMIT_EXAMPLES=ON
- $(cmake-utils_use_find_package crypt Qca-qt5)
+ $(cmake_use_find_package crypt Qca-qt5)
)
ecm_src_configure