Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-skk/
Date: Sat, 01 Jul 2017 15:48:13
Message-Id: 1498924048.b57b7179a61fd3d36d9ae5c031168b124a00c550.hattya@gentoo
1 commit: b57b7179a61fd3d36d9ae5c031168b124a00c550
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 15:47:28 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 15:47:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b57b7179
7
8 app-i18n/ibus-skk: fix *DEPEND
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-i18n/ibus-skk/ibus-skk-1.4.1-r1.ebuild | 17 +++++++++--------
13 1 file changed, 9 insertions(+), 8 deletions(-)
14
15 diff --git a/app-i18n/ibus-skk/ibus-skk-1.4.1-r1.ebuild b/app-i18n/ibus-skk/ibus-skk-1.4.1-r1.ebuild
16 index 94546fd1c12..5ba9e64588e 100644
17 --- a/app-i18n/ibus-skk/ibus-skk-1.4.1-r1.ebuild
18 +++ b/app-i18n/ibus-skk/ibus-skk-1.4.1-r1.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI="5"
26
27 DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework"
28 HOMEPAGE="https://github.com/ueno/ibus-skk"
29 @@ -12,15 +12,16 @@ SLOT="0"
30 KEYWORDS="amd64 x86"
31 IUSE="nls"
32
33 -RDEPEND=">=app-i18n/ibus-1.3
34 - >=app-i18n/libskk-0.0.11
35 +CDEPEND="app-i18n/ibus
36 + <=app-i18n/libskk-1.0.1
37 + x11-libs/gtk+:3
38 nls? ( virtual/libintl )"
39 -DEPEND="${RDEPEND}
40 +RDEPEND="${CDEPEND}
41 + app-i18n/skk-jisyo"
42 +DEPEND="${CDEPEND}
43 dev-util/intltool
44 virtual/pkgconfig
45 - nls? ( >=sys-devel/gettext-0.16.1 )"
46 -RDEPEND="${RDEPEND}
47 - app-i18n/skk-jisyo"
48 + nls? ( sys-devel/gettext )"
49
50 DOCS="ChangeLog NEWS README THANKS"