commit: 793e938b2c904637816c631c8969d66f0791c1f0
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Mon Nov 2 06:00:00 2020 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Nov 3 20:19:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=793e938b
app-i18n/kcm-fcitx: Use cmake.eclass.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
app-i18n/kcm-fcitx/kcm-fcitx-0.5.5.ebuild | 4 ++--
app-i18n/kcm-fcitx/kcm-fcitx-4.5.9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-0.5.5.ebuild
b/app-i18n/kcm-fcitx/kcm-fcitx-0.5.5.ebuild
index c8f903b0e90..8f420c466aa 100644
--- a/app-i18n/kcm-fcitx/kcm-fcitx-0.5.5.ebuild
+++ b/app-i18n/kcm-fcitx/kcm-fcitx-0.5.5.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-inherit cmake-utils
+inherit cmake
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3
@@ -55,5 +55,5 @@ src_configure() {
-DKDE_INSTALL_USE_QT_SYS_PATHS=yes
)
- cmake-utils_src_configure
+ cmake_src_configure
}
diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-4.5.9999.ebuild
b/app-i18n/kcm-fcitx/kcm-fcitx-4.5.9999.ebuild
index 5edbbf830dd..9d7e431899a 100644
--- a/app-i18n/kcm-fcitx/kcm-fcitx-4.5.9999.ebuild
+++ b/app-i18n/kcm-fcitx/kcm-fcitx-4.5.9999.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-inherit cmake-utils
+inherit cmake
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3
@@ -55,5 +55,5 @@ src_configure() {
-DKDE_INSTALL_USE_QT_SYS_PATHS=yes
)
- cmake-utils_src_configure
+ cmake_src_configure
}