Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/
Date: Fri, 02 Oct 2020 17:45:40
Message-Id: 1601660711.f7fd9853332d49dfc797b4f0522d714145ff967a.floppym@gentoo
1 commit: f7fd9853332d49dfc797b4f0522d714145ff967a
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Fri Oct 2 02:00:00 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 17:45:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7fd9853
7
8 app-i18n/fcitx-rime: Use cmake.eclass.
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild | 4 ++--
14 app-i18n/fcitx-rime/fcitx-rime-4.9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild b/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
18 index e50bc4d56d1..18b40399bbf 100644
19 --- a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
20 +++ b/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI="7"
24
25 -inherit cmake-utils xdg-utils
26 +inherit cmake xdg-utils
27
28 if [[ "${PV}" =~ (^|\.)9999$ ]]; then
29 inherit git-r3
30 @@ -39,7 +39,7 @@ src_configure() {
31 -DRIME_DATA_DIR="${EPREFIX}/usr/share/rime-data"
32 )
33
34 - cmake-utils_src_configure
35 + cmake_src_configure
36 }
37
38 pkg_postinst() {
39
40 diff --git a/app-i18n/fcitx-rime/fcitx-rime-4.9999.ebuild b/app-i18n/fcitx-rime/fcitx-rime-4.9999.ebuild
41 index 4be868b1075..49fb4753f00 100644
42 --- a/app-i18n/fcitx-rime/fcitx-rime-4.9999.ebuild
43 +++ b/app-i18n/fcitx-rime/fcitx-rime-4.9999.ebuild
44 @@ -3,7 +3,7 @@
45
46 EAPI="7"
47
48 -inherit cmake-utils xdg-utils
49 +inherit cmake xdg-utils
50
51 if [[ "${PV}" =~ (^|\.)9999$ ]]; then
52 inherit git-r3
53 @@ -52,7 +52,7 @@ src_configure() {
54 -DENABLE_QT5GUI=$(usex configuration_tool)
55 )
56
57 - cmake-utils_src_configure
58 + cmake_src_configure
59 }
60
61 pkg_postinst() {