diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-10-02 01:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-10-02 13:45:10 -0400 |
commit | e6eaa660b46c4a98fc5fa8b684bbe70f09b6efaa (patch) | |
tree | 3d564baf16820f6f3ab9d3c045bc37ffeb681ef1 /app-i18n | |
parent | app-i18n/fcitx-libpinyin: Use cmake.eclass. (diff) | |
download | gentoo-e6eaa660b46c4a98fc5fa8b684bbe70f09b6efaa.tar.gz gentoo-e6eaa660b46c4a98fc5fa8b684bbe70f09b6efaa.tar.bz2 gentoo-e6eaa660b46c4a98fc5fa8b684bbe70f09b6efaa.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>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild | 2 |
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 |