summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2020-10-02 01:00:00 +0000
committerMike Gilbert <floppym@gentoo.org>2020-10-02 13:45:10 -0400
commite6eaa660b46c4a98fc5fa8b684bbe70f09b6efaa (patch)
tree3d564baf16820f6f3ab9d3c045bc37ffeb681ef1
parentapp-i18n/fcitx-libpinyin: Use cmake.eclass. (diff)
downloadgentoo-e6eaa660.tar.gz
gentoo-e6eaa660.tar.bz2
gentoo-e6eaa660.zip
app-i18n/fcitx-m17n: Use cmake.eclass.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r--app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.ebuild2
-rw-r--r--app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.ebuild b/app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.ebuild
index 9198c91c5e3a..f282e295308e 100644
--- a/app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.ebuild
+++ b/app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-inherit cmake-utils
+inherit cmake
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3
diff --git a/app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild b/app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild
index 03c562f5f154..2c40502ee4c3 100644
--- a/app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild
+++ b/app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-inherit cmake-utils
+inherit cmake
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3