diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-11-02 00:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-11-03 15:19:53 -0500 |
commit | 3f7f471748ba4b3866dc53454f037b7bd07e256f (patch) | |
tree | 646b5df4b1223f63d7700bf607ba04065b7d0c76 /app-i18n/fcitx-anthy/fcitx-anthy-4.9999.ebuild | |
parent | sys-fs/zfs: bump to 2.0.0_rc5 (diff) | |
download | gentoo-3f7f471748ba4b3866dc53454f037b7bd07e256f.tar.gz gentoo-3f7f471748ba4b3866dc53454f037b7bd07e256f.tar.bz2 gentoo-3f7f471748ba4b3866dc53454f037b7bd07e256f.zip |
app-i18n/fcitx-anthy: 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-anthy/fcitx-anthy-4.9999.ebuild')
-rw-r--r-- | app-i18n/fcitx-anthy/fcitx-anthy-4.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-4.9999.ebuild b/app-i18n/fcitx-anthy/fcitx-anthy-4.9999.ebuild index 7bdab3f7755a..c28c3f4bd680 100644 --- a/app-i18n/fcitx-anthy/fcitx-anthy-4.9999.ebuild +++ b/app-i18n/fcitx-anthy/fcitx-anthy-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 |