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-configtool/
Date: Tue, 03 Nov 2020 20:20:09
Message-Id: 1604434796.99180cb3e54a0a453ebb25e1e445bde939b1fc32.floppym@gentoo
1 commit: 99180cb3e54a0a453ebb25e1e445bde939b1fc32
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Mon Nov 2 03:00:00 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 3 20:19:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99180cb3
7
8 app-i18n/fcitx-configtool: 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-configtool/fcitx-configtool-0.4.10.ebuild | 4 ++--
14 app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild
18 index 1f5e7d08ada..f7411584a94 100644
19 --- a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild
20 +++ b/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI="7"
24
25 -inherit cmake-utils
26 +inherit cmake
27
28 if [[ "${PV}" =~ (^|\.)9999$ ]]; then
29 inherit git-r3
30 @@ -40,5 +40,5 @@ src_configure() {
31 -DENABLE_GTK3=ON
32 )
33
34 - cmake-utils_src_configure
35 + cmake_src_configure
36 }
37
38 diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild
39 index 9ef906f089f..e8947d25826 100644
40 --- a/app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild
41 +++ b/app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild
42 @@ -3,7 +3,7 @@
43
44 EAPI="7"
45
46 -inherit cmake-utils
47 +inherit cmake
48
49 if [[ "${PV}" =~ (^|\.)9999$ ]]; then
50 inherit git-r3
51 @@ -40,5 +40,5 @@ src_configure() {
52 -DENABLE_GTK3=ON
53 )
54
55 - cmake-utils_src_configure
56 + cmake_src_configure
57 }