commit:     99180cb3e54a0a453ebb25e1e445bde939b1fc32
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Mon Nov  2 03:00:00 2020 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Nov  3 20:19:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99180cb3

app-i18n/fcitx-configtool: 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/fcitx-configtool/fcitx-configtool-0.4.10.ebuild | 4 ++--
 app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild 
b/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild
index 1f5e7d08ada..f7411584a94 100644
--- a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild
+++ b/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-inherit cmake-utils
+inherit cmake
 
 if [[ "${PV}" =~ (^|\.)9999$ ]]; then
        inherit git-r3
@@ -40,5 +40,5 @@ src_configure() {
                -DENABLE_GTK3=ON
        )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }

diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild 
b/app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild
index 9ef906f089f..e8947d25826 100644
--- a/app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild
+++ b/app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-inherit cmake-utils
+inherit cmake
 
 if [[ "${PV}" =~ (^|\.)9999$ ]]; then
        inherit git-r3
@@ -40,5 +40,5 @@ src_configure() {
                -DENABLE_GTK3=ON
        )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }

Reply via email to