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-m17n/
Date: Fri, 02 Oct 2020 17:45:38
Message-Id: 1601660709.08c7b67013a2921e6bd9b116688acf577e771e9c.floppym@gentoo
1 commit: 08c7b67013a2921e6bd9b116688acf577e771e9c
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Sat Sep 26 01:00:00 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 17:45:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c7b670
7
8 app-i18n/fcitx-m17n: Use EAPI="7".
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-m17n/fcitx-m17n-0.2.4.ebuild | 9 +++++----
14 app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild | 9 +++++----
15 2 files changed, 10 insertions(+), 8 deletions(-)
16
17 diff --git a/app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.ebuild b/app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.ebuild
18 index 82a35d46286..9198c91c5e3 100644
19 --- a/app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.ebuild
20 +++ b/app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.ebuild
21 @@ -1,7 +1,7 @@
22 # Copyright 2016-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="6"
26 +EAPI="7"
27
28 inherit cmake-utils
29
30 @@ -24,10 +24,11 @@ SLOT="4"
31 KEYWORDS="amd64 ~hppa ppc ppc64 x86"
32 IUSE=""
33
34 -RDEPEND=">=app-i18n/fcitx-4.2.9:4
35 +BDEPEND=">=app-i18n/fcitx-4.2.9:4
36 + virtual/pkgconfig"
37 +DEPEND=">=app-i18n/fcitx-4.2.9:4
38 dev-libs/m17n-lib
39 virtual/libintl"
40 -DEPEND="${RDEPEND}
41 - virtual/pkgconfig"
42 +RDEPEND="${DEPEND}"
43
44 DOCS=()
45
46 diff --git a/app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild b/app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild
47 index a043cd7fefa..03c562f5f15 100644
48 --- a/app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild
49 +++ b/app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild
50 @@ -1,7 +1,7 @@
51 # Copyright 2016-2020 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 -EAPI="6"
55 +EAPI="7"
56
57 inherit cmake-utils
58
59 @@ -24,10 +24,11 @@ SLOT="4"
60 KEYWORDS=""
61 IUSE=""
62
63 -RDEPEND=">=app-i18n/fcitx-4.2.9:4
64 +BDEPEND=">=app-i18n/fcitx-4.2.9:4
65 + virtual/pkgconfig"
66 +DEPEND=">=app-i18n/fcitx-4.2.9:4
67 dev-libs/m17n-lib
68 virtual/libintl"
69 -DEPEND="${RDEPEND}
70 - virtual/pkgconfig"
71 +RDEPEND="${DEPEND}"
72
73 DOCS=()