diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-11-02 01:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-11-03 15:19:56 -0500 |
commit | 37e876a0a572b182f8bfc5db2c1eec93c1fbfc74 (patch) | |
tree | adc93e7e7e2ea0ecbadf06ef496c6e2dc8b97c25 /app-i18n | |
parent | app-i18n/fcitx-anthy: Use cmake.eclass. (diff) | |
download | gentoo-37e876a0a572b182f8bfc5db2c1eec93c1fbfc74.tar.gz gentoo-37e876a0a572b182f8bfc5db2c1eec93c1fbfc74.tar.bz2 gentoo-37e876a0a572b182f8bfc5db2c1eec93c1fbfc74.zip |
app-i18n/fcitx-chewing: 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')
-rw-r--r-- | app-i18n/fcitx-chewing/fcitx-chewing-0.2.3.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/fcitx-chewing/fcitx-chewing-4.9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/fcitx-chewing/fcitx-chewing-0.2.3.ebuild b/app-i18n/fcitx-chewing/fcitx-chewing-0.2.3.ebuild index 5c7b46177e7c..62f9a48cb0ac 100644 --- a/app-i18n/fcitx-chewing/fcitx-chewing-0.2.3.ebuild +++ b/app-i18n/fcitx-chewing/fcitx-chewing-0.2.3.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-chewing/fcitx-chewing-4.9999.ebuild b/app-i18n/fcitx-chewing/fcitx-chewing-4.9999.ebuild index 8b63f929ae44..abf180f4e754 100644 --- a/app-i18n/fcitx-chewing/fcitx-chewing-4.9999.ebuild +++ b/app-i18n/fcitx-chewing/fcitx-chewing-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 |