diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-11-02 04:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-11-03 15:19:57 -0500 |
commit | 5c7fccf9f00f2b1966da21fd317c2200fd791c23 (patch) | |
tree | 11bac23f9750821e516fed3ba0af20af765476cd /app-i18n/fcitx-hangul/fcitx-hangul-0.3.1.ebuild | |
parent | app-i18n/fcitx-configtool: Use cmake.eclass. (diff) | |
download | gentoo-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/fcitx-hangul-0.3.1.ebuild')
-rw-r--r-- | app-i18n/fcitx-hangul/fcitx-hangul-0.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 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 |