summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2020-11-02 04:00:00 +0000
committerMike Gilbert <floppym@gentoo.org>2020-11-03 15:19:57 -0500
commit5c7fccf9f00f2b1966da21fd317c2200fd791c23 (patch)
tree11bac23f9750821e516fed3ba0af20af765476cd /app-i18n/fcitx-hangul
parentapp-i18n/fcitx-configtool: Use cmake.eclass. (diff)
downloadgentoo-5c7fccf9f00f2b1966da21fd317c2200fd791c23.tar.gz
gentoo-5c7fccf9f00f2b1966da21fd317c2200fd791c23.tar.bz2
gentoo-5c7fccf9f00f2b1966da21fd317c2200fd791c23.zip
app-i18n/fcitx-hangul: Use cmake.eclass.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-i18n/fcitx-hangul')
-rw-r--r--app-i18n/fcitx-hangul/fcitx-hangul-0.3.1.ebuild2
-rw-r--r--app-i18n/fcitx-hangul/fcitx-hangul-4.9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/fcitx-hangul/fcitx-hangul-0.3.1.ebuild b/app-i18n/fcitx-hangul/fcitx-hangul-0.3.1.ebuild
index fdbf7d7716b5..e203a031e17f 100644
--- a/app-i18n/fcitx-hangul/fcitx-hangul-0.3.1.ebuild
+++ b/app-i18n/fcitx-hangul/fcitx-hangul-0.3.1.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-inherit cmake-utils xdg-utils
+inherit cmake xdg-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3
diff --git a/app-i18n/fcitx-hangul/fcitx-hangul-4.9999.ebuild b/app-i18n/fcitx-hangul/fcitx-hangul-4.9999.ebuild
index 0c3f83a8582d..a8d7517f6eb4 100644
--- a/app-i18n/fcitx-hangul/fcitx-hangul-4.9999.ebuild
+++ b/app-i18n/fcitx-hangul/fcitx-hangul-4.9999.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-inherit cmake-utils xdg-utils
+inherit cmake xdg-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3