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: Fri, 04 Oct 2019 18:43:15
Message-Id: 1570214574.8f87e8e398341205340e8b50121c9a0166dc3f38.floppym@gentoo
1 commit: 8f87e8e398341205340e8b50121c9a0166dc3f38
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Oct 3 05:46:05 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 4 18:42:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f87e8e3
7
8 app-i18n/fcitx-configtool: 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-configtool/fcitx-configtool-0.4.10.ebuild | 10 +++++-----
14 app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild | 10 +++++-----
15 2 files changed, 10 insertions(+), 10 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 33805e7cbeb..d94a92a7118 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 @@ -1,7 +1,7 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 2010-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI="6"
27 +EAPI="7"
28
29 inherit cmake-utils
30
31 @@ -24,12 +24,12 @@ SLOT="4"
32 KEYWORDS="amd64 ppc ppc64 x86"
33 IUSE=""
34
35 -RDEPEND=">=app-i18n/fcitx-4.2.9:4
36 +BDEPEND="virtual/pkgconfig"
37 +DEPEND=">=app-i18n/fcitx-4.2.9:4
38 app-text/iso-codes
39 dev-libs/glib:2
40 x11-libs/gtk+:3"
41 -DEPEND="${RDEPEND}
42 - virtual/pkgconfig"
43 +RDEPEND="${DEPEND}"
44
45 DOCS=()
46
47
48 diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild
49 index 5778190ca4f..1243fa0276e 100644
50 --- a/app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild
51 +++ b/app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild
52 @@ -1,7 +1,7 @@
53 -# Copyright 1999-2018 Gentoo Foundation
54 +# Copyright 2010-2019 Gentoo Authors
55 # Distributed under the terms of the GNU General Public License v2
56
57 -EAPI="6"
58 +EAPI="7"
59
60 inherit cmake-utils
61
62 @@ -24,12 +24,12 @@ SLOT="4"
63 KEYWORDS=""
64 IUSE=""
65
66 -RDEPEND=">=app-i18n/fcitx-4.2.9:4
67 +BDEPEND="virtual/pkgconfig"
68 +DEPEND=">=app-i18n/fcitx-4.2.9:4
69 app-text/iso-codes
70 dev-libs/glib:2
71 x11-libs/gtk+:3"
72 -DEPEND="${RDEPEND}
73 - virtual/pkgconfig"
74 +RDEPEND="${DEPEND}"
75
76 DOCS=()