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-anthy/
Date: Tue, 03 Nov 2020 20:20:08
Message-Id: 1604434793.3f7f471748ba4b3866dc53454f037b7bd07e256f.floppym@gentoo
1 commit: 3f7f471748ba4b3866dc53454f037b7bd07e256f
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Mon Nov 2 00:00:00 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 3 20:19:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7f4717
7
8 app-i18n/fcitx-anthy: 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-anthy/fcitx-anthy-0.2.3.ebuild | 2 +-
14 app-i18n/fcitx-anthy/fcitx-anthy-4.9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-0.2.3.ebuild b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.3.ebuild
18 index 4230b7a7138..9149d9e377b 100644
19 --- a/app-i18n/fcitx-anthy/fcitx-anthy-0.2.3.ebuild
20 +++ b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.3.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
31 diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-4.9999.ebuild b/app-i18n/fcitx-anthy/fcitx-anthy-4.9999.ebuild
32 index 7bdab3f7755..c28c3f4bd68 100644
33 --- a/app-i18n/fcitx-anthy/fcitx-anthy-4.9999.ebuild
34 +++ b/app-i18n/fcitx-anthy/fcitx-anthy-4.9999.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI="7"
38
39 -inherit cmake-utils xdg-utils
40 +inherit cmake xdg-utils
41
42 if [[ "${PV}" =~ (^|\.)9999$ ]]; then
43 inherit git-r3