diff options
author | 2020-10-02 02:00:00 +0000 | |
---|---|---|
committer | 2020-10-02 13:45:11 -0400 | |
commit | f7fd9853332d49dfc797b4f0522d714145ff967a (patch) | |
tree | 5973084ca92d1103e72a6ee3bab716c200fed902 /app-i18n/fcitx-rime/fcitx-rime-4.9999.ebuild | |
parent | app-i18n/fcitx-m17n: Use cmake.eclass. (diff) | |
download | gentoo-f7fd9853332d49dfc797b4f0522d714145ff967a.tar.gz gentoo-f7fd9853332d49dfc797b4f0522d714145ff967a.tar.bz2 gentoo-f7fd9853332d49dfc797b4f0522d714145ff967a.zip |
app-i18n/fcitx-rime: 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-rime/fcitx-rime-4.9999.ebuild')
-rw-r--r-- | app-i18n/fcitx-rime/fcitx-rime-4.9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/fcitx-rime/fcitx-rime-4.9999.ebuild b/app-i18n/fcitx-rime/fcitx-rime-4.9999.ebuild index 4be868b10750..49fb4753f008 100644 --- a/app-i18n/fcitx-rime/fcitx-rime-4.9999.ebuild +++ b/app-i18n/fcitx-rime/fcitx-rime-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 @@ -52,7 +52,7 @@ src_configure() { -DENABLE_QT5GUI=$(usex configuration_tool) ) - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() { |