diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-10-19 17:58:31 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-10-19 13:39:19 -0400 |
commit | 78072da14b0027bd0b9d820612d8a9f82dba65f5 (patch) | |
tree | cdc9ef0abca3782588e0040e3f54de40efcc3fbb /app-i18n/fcitx | |
parent | net-libs/serf: Restrict tests. (diff) | |
download | gentoo-78072da14b0027bd0b9d820612d8a9f82dba65f5.tar.gz gentoo-78072da14b0027bd0b9d820612d8a9f82dba65f5.tar.bz2 gentoo-78072da14b0027bd0b9d820612d8a9f82dba65f5.zip |
app-i18n/fcitx: Add dependency on dev-util/glib-utils.
Closes: https://bugs.gentoo.org/667346
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-i18n/fcitx')
-rw-r--r-- | app-i18n/fcitx/fcitx-4.2.9.6.ebuild | 3 | ||||
-rw-r--r-- | app-i18n/fcitx/fcitx-4.9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-i18n/fcitx/fcitx-4.2.9.6.ebuild b/app-i18n/fcitx/fcitx-4.2.9.6.ebuild index e5a259025b1d..dc0c2aaac844 100644 --- a/app-i18n/fcitx/fcitx-4.2.9.6.ebuild +++ b/app-i18n/fcitx/fcitx-4.2.9.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2003-2018 Arfrever Frehtes Taifersar Arahesis and others # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -63,6 +63,7 @@ RDEPEND="dev-libs/glib:2 dev-libs/libxml2 )" DEPEND="${RDEPEND} + dev-util/glib-utils kde-frameworks/extra-cmake-modules:5 virtual/pkgconfig" diff --git a/app-i18n/fcitx/fcitx-4.9999.ebuild b/app-i18n/fcitx/fcitx-4.9999.ebuild index 22103a582078..c6b7513ff0c0 100644 --- a/app-i18n/fcitx/fcitx-4.9999.ebuild +++ b/app-i18n/fcitx/fcitx-4.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2003-2018 Arfrever Frehtes Taifersar Arahesis and others # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -63,6 +63,7 @@ RDEPEND="dev-libs/glib:2 dev-libs/libxml2 )" DEPEND="${RDEPEND} + dev-util/glib-utils kde-frameworks/extra-cmake-modules:5 virtual/pkgconfig" |