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: Fri, 04 Oct 2019 18:43:17
Message-Id: 1570214575.fe4ff48b47828a920441a04679b4522f420b52f1.floppym@gentoo
1 commit: fe4ff48b47828a920441a04679b4522f420b52f1
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Oct 3 06:11:14 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 4 18:42:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4ff48b
7
8 app-i18n/fcitx-qt5: 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-qt5/fcitx-qt5-1.2.3.ebuild | 10 +++++-----
14 app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild | 10 +++++-----
15 2 files changed, 10 insertions(+), 10 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 2c54b501abd..99e7fd2bb3e 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 @@ -1,7 +1,7 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 2014-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,6 +24,8 @@ SLOT="4"
32 KEYWORDS="amd64 ~hppa ppc ppc64 x86"
33 IUSE=""
34
35 +BDEPEND="kde-frameworks/extra-cmake-modules:5
36 + virtual/pkgconfig"
37 # Private headers of dev-qt/qtgui:5 used.
38 RDEPEND=">=app-i18n/fcitx-4.2.9:4
39 dev-qt/qtcore:5
40 @@ -33,8 +35,6 @@ RDEPEND=">=app-i18n/fcitx-4.2.9:4
41 virtual/libintl
42 x11-libs/libxkbcommon"
43 DEPEND="${RDEPEND}
44 - dev-qt/qtconcurrent:5
45 - kde-frameworks/extra-cmake-modules:5
46 - virtual/pkgconfig"
47 + dev-qt/qtconcurrent:5"
48
49 DOCS=()
50
51 diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild b/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild
52 index 3d87cd55c43..3484bb69287 100644
53 --- a/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild
54 +++ b/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild
55 @@ -1,7 +1,7 @@
56 -# Copyright 1999-2018 Gentoo Foundation
57 +# Copyright 2014-2019 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 -EAPI="6"
61 +EAPI="7"
62
63 inherit cmake-utils
64
65 @@ -24,6 +24,8 @@ SLOT="4"
66 KEYWORDS=""
67 IUSE=""
68
69 +BDEPEND="kde-frameworks/extra-cmake-modules:5
70 + virtual/pkgconfig"
71 # Private headers of dev-qt/qtgui:5 used.
72 RDEPEND=">=app-i18n/fcitx-4.2.9:4
73 dev-qt/qtcore:5
74 @@ -33,8 +35,6 @@ RDEPEND=">=app-i18n/fcitx-4.2.9:4
75 virtual/libintl
76 x11-libs/libxkbcommon"
77 DEPEND="${RDEPEND}
78 - dev-qt/qtconcurrent:5
79 - kde-frameworks/extra-cmake-modules:5
80 - virtual/pkgconfig"
81 + dev-qt/qtconcurrent:5"
82
83 DOCS=()