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-typing-booster/
Date: Sun, 10 May 2020 09:25:36
Message-Id: 1589102727.495ea6f6bbd897a098a92020188f9fc6d3818c9b.hattya@gentoo
1 commit: 495ea6f6bbd897a098a92020188f9fc6d3818c9b
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 10 09:24:53 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sun May 10 09:25:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495ea6f6
7
8 app-i18n/ibus-typing-booster: use BDEPEND
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild | 7 +++----
14 app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.2.ebuild | 7 +++----
15 2 files changed, 6 insertions(+), 8 deletions(-)
16
17 diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild
18 index 2c9d4d48b4d..f22450c777f 100644
19 --- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild
20 +++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild
21 @@ -18,7 +18,7 @@ IUSE=""
22 RESTRICT="test"
23 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
24
25 -CDEPEND="${PYTHON_DEPS}
26 +DEPEND="${PYTHON_DEPS}
27 dev-libs/m17n-lib
28 $(python_gen_cond_dep '
29 app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
30 @@ -27,8 +27,7 @@ CDEPEND="${PYTHON_DEPS}
31 dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
32 dev-python/pyxdg[${PYTHON_MULTI_USEDEP}]
33 ')"
34 -RDEPEND="${CDEPEND}
35 +RDEPEND="${DEPEND}
36 >=dev-db/m17n-db-1.7"
37 -DEPEND="${RDEPEND}
38 - sys-devel/gettext
39 +BDEPEND="sys-devel/gettext
40 virtual/pkgconfig"
41
42 diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.2.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.2.ebuild
43 index 2c9d4d48b4d..f22450c777f 100644
44 --- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.2.ebuild
45 +++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.2.ebuild
46 @@ -18,7 +18,7 @@ IUSE=""
47 RESTRICT="test"
48 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
49
50 -CDEPEND="${PYTHON_DEPS}
51 +DEPEND="${PYTHON_DEPS}
52 dev-libs/m17n-lib
53 $(python_gen_cond_dep '
54 app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
55 @@ -27,8 +27,7 @@ CDEPEND="${PYTHON_DEPS}
56 dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
57 dev-python/pyxdg[${PYTHON_MULTI_USEDEP}]
58 ')"
59 -RDEPEND="${CDEPEND}
60 +RDEPEND="${DEPEND}
61 >=dev-db/m17n-db-1.7"
62 -DEPEND="${RDEPEND}
63 - sys-devel/gettext
64 +BDEPEND="sys-devel/gettext
65 virtual/pkgconfig"