diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-11-02 02:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-11-03 15:19:56 -0500 |
commit | ee67ad84b3f8ae112da8534f038097332c34737a (patch) | |
tree | 1196a10e024a96c4b725114b3bec6a785d238a72 /app-i18n/fcitx-cloudpinyin | |
parent | app-i18n/fcitx-chewing: Use cmake.eclass. (diff) | |
download | gentoo-ee67ad84b3f8ae112da8534f038097332c34737a.tar.gz gentoo-ee67ad84b3f8ae112da8534f038097332c34737a.tar.bz2 gentoo-ee67ad84b3f8ae112da8534f038097332c34737a.zip |
app-i18n/fcitx-cloudpinyin: 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-cloudpinyin')
-rw-r--r-- | app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.6.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-4.9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.6.ebuild b/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.6.ebuild index 2cf1b903b2d9..23e8cb103602 100644 --- a/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.6.ebuild +++ b/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.6.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-cloudpinyin/fcitx-cloudpinyin-4.9999.ebuild b/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-4.9999.ebuild index 6a77e0dc6823..cdd15de53f01 100644 --- a/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-4.9999.ebuild +++ b/app-i18n/fcitx-cloudpinyin/fcitx-cloudpinyin-4.9999.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit cmake-utils +inherit cmake if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3 |