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, 22 Aug 2017 15:54:48
Message-Id: 1503417278.e0238f776cc351fc71503d653338fe4891e1ac37.floppym@gentoo
1 commit: e0238f776cc351fc71503d653338fe4891e1ac37
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Tue Aug 22 15:49:10 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 22 15:54:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0238f77
7
8 app-i18n/fcitx-anthy: Fix dependency on app-i18n/fcitx (bug #620212).
9
10 app-i18n/fcitx-anthy/fcitx-anthy-0.2.1.ebuild | 5 +++--
11 app-i18n/fcitx-anthy/fcitx-anthy-0.2.2.ebuild | 5 +++--
12 2 files changed, 6 insertions(+), 4 deletions(-)
13
14 diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-0.2.1.ebuild b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.1.ebuild
15 index d2880845566..9735d4b6fb6 100644
16 --- a/app-i18n/fcitx-anthy/fcitx-anthy-0.2.1.ebuild
17 +++ b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.1.ebuild
18 @@ -1,7 +1,8 @@
19 -# Copyright 1999-2015 Gentoo Foundation
20 +# Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 +
25 inherit cmake-utils gnome2-utils
26
27 DESCRIPTION="Japanese Anthy module for Fcitx"
28 @@ -13,7 +14,7 @@ SLOT="0"
29 KEYWORDS="amd64 ~ppc ppc64 ~x86"
30 IUSE=""
31
32 -RDEPEND=">=app-i18n/fcitx-4.2.8
33 +RDEPEND=">=app-i18n/fcitx-4.2.8[X,xml]
34 app-i18n/anthy"
35 DEPEND="${RDEPEND}
36 sys-devel/gettext
37
38 diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-0.2.2.ebuild b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.2.ebuild
39 index 1586ad6f7af..bdfdf7a89da 100644
40 --- a/app-i18n/fcitx-anthy/fcitx-anthy-0.2.2.ebuild
41 +++ b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.2.ebuild
42 @@ -1,7 +1,8 @@
43 -# Copyright 1999-2015 Gentoo Foundation
44 +# Copyright 1999-2017 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=5
48 +
49 inherit cmake-utils gnome2-utils
50
51 DESCRIPTION="Japanese Anthy module for Fcitx"
52 @@ -13,7 +14,7 @@ SLOT="0"
53 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
54 IUSE=""
55
56 -RDEPEND=">=app-i18n/fcitx-4.2.8
57 +RDEPEND=">=app-i18n/fcitx-4.2.8[X,xml]
58 app-i18n/anthy"
59 DEPEND="${RDEPEND}
60 sys-devel/gettext