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: Fri, 19 Oct 2018 17:39:54
Message-Id: 1539970759.78072da14b0027bd0b9d820612d8a9f82dba65f5.floppym@gentoo
1 commit: 78072da14b0027bd0b9d820612d8a9f82dba65f5
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Fri Oct 19 15:58:31 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 19 17:39:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78072da1
7
8 app-i18n/fcitx: Add dependency on dev-util/glib-utils.
9
10 Closes: https://bugs.gentoo.org/667346
11
12 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
13 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
14
15 app-i18n/fcitx/fcitx-4.2.9.6.ebuild | 3 ++-
16 app-i18n/fcitx/fcitx-4.9999.ebuild | 3 ++-
17 2 files changed, 4 insertions(+), 2 deletions(-)
18
19 diff --git a/app-i18n/fcitx/fcitx-4.2.9.6.ebuild b/app-i18n/fcitx/fcitx-4.2.9.6.ebuild
20 index e5a259025b1..dc0c2aaac84 100644
21 --- a/app-i18n/fcitx/fcitx-4.2.9.6.ebuild
22 +++ b/app-i18n/fcitx/fcitx-4.2.9.6.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 2003-2018 Arfrever Frehtes Taifersar Arahesis and others
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="6"
29 @@ -63,6 +63,7 @@ RDEPEND="dev-libs/glib:2
30 dev-libs/libxml2
31 )"
32 DEPEND="${RDEPEND}
33 + dev-util/glib-utils
34 kde-frameworks/extra-cmake-modules:5
35 virtual/pkgconfig"
36
37
38 diff --git a/app-i18n/fcitx/fcitx-4.9999.ebuild b/app-i18n/fcitx/fcitx-4.9999.ebuild
39 index 22103a58207..c6b7513ff0c 100644
40 --- a/app-i18n/fcitx/fcitx-4.9999.ebuild
41 +++ b/app-i18n/fcitx/fcitx-4.9999.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 +# Copyright 2003-2018 Arfrever Frehtes Taifersar Arahesis and others
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI="6"
48 @@ -63,6 +63,7 @@ RDEPEND="dev-libs/glib:2
49 dev-libs/libxml2
50 )"
51 DEPEND="${RDEPEND}
52 + dev-util/glib-utils
53 kde-frameworks/extra-cmake-modules:5
54 virtual/pkgconfig"