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-qt5/
Date: Tue, 03 Nov 2020 20:20:09
Message-Id: 1604434797.9935f91b60e5d85162758df5d7c22af380c45b5e.floppym@gentoo
1 commit: 9935f91b60e5d85162758df5d7c22af380c45b5e
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Mon Nov 2 05:00:00 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 3 20:19:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9935f91b
7
8 app-i18n/fcitx-qt5: 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-qt5/fcitx-qt5-1.2.3.ebuild | 2 +-
14 app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-1.2.3.ebuild b/app-i18n/fcitx-qt5/fcitx-qt5-1.2.3.ebuild
18 index 0517f4e0d2d..406a2119dda 100644
19 --- a/app-i18n/fcitx-qt5/fcitx-qt5-1.2.3.ebuild
20 +++ b/app-i18n/fcitx-qt5/fcitx-qt5-1.2.3.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
31 diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild b/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild
32 index 9c1255da7ca..4b6a0c84a68 100644
33 --- a/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild
34 +++ b/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI="7"
38
39 -inherit cmake-utils
40 +inherit cmake
41
42 if [[ "${PV}" =~ (^|\.)9999$ ]]; then
43 inherit git-r3