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/
Date: Mon, 11 Sep 2017 18:39:41
Message-Id: 1505155157.d66e0f93cac5e8d2f9bcd8484c98b27a3a55169d.floppym@gentoo
1 commit: d66e0f93cac5e8d2f9bcd8484c98b27a3a55169d
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Mon Sep 11 17:44:40 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 11 18:39:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66e0f93
7
8 app-i18n/fcitx: Update dependency on app-text/enchant.
9
10 app-i18n/fcitx/fcitx-4.2.9.1.ebuild | 2 +-
11 app-i18n/fcitx/fcitx-9999.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/app-i18n/fcitx/fcitx-4.2.9.1.ebuild b/app-i18n/fcitx/fcitx-4.2.9.1.ebuild
15 index ea7c27463e5..3f8c5d9bced 100644
16 --- a/app-i18n/fcitx/fcitx-4.2.9.1.ebuild
17 +++ b/app-i18n/fcitx/fcitx-4.2.9.1.ebuild
18 @@ -43,7 +43,7 @@ RDEPEND="dev-libs/glib:2
19 pango? ( x11-libs/pango )
20 !pango? ( media-libs/fontconfig )
21 )
22 - enchant? ( app-text/enchant )
23 + enchant? ( <app-text/enchant-2 )
24 gtk2? ( x11-libs/gtk+:2 )
25 gtk3? ( x11-libs/gtk+:3 )
26 introspection? ( dev-libs/gobject-introspection )
27
28 diff --git a/app-i18n/fcitx/fcitx-9999.ebuild b/app-i18n/fcitx/fcitx-9999.ebuild
29 index 08e71fb657b..73c258d323b 100644
30 --- a/app-i18n/fcitx/fcitx-9999.ebuild
31 +++ b/app-i18n/fcitx/fcitx-9999.ebuild
32 @@ -43,7 +43,7 @@ RDEPEND="dev-libs/glib:2
33 pango? ( x11-libs/pango )
34 !pango? ( media-libs/fontconfig )
35 )
36 - enchant? ( app-text/enchant )
37 + enchant? ( app-text/enchant:0= )
38 gtk2? ( x11-libs/gtk+:2 )
39 gtk3? ( x11-libs/gtk+:3 )
40 introspection? ( dev-libs/gobject-introspection )