commit: 78072da14b0027bd0b9d820612d8a9f82dba65f5 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org> AuthorDate: Fri Oct 19 15:58:31 2018 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Fri Oct 19 17:39:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78072da1
app-i18n/fcitx: Add dependency on dev-util/glib-utils. Closes: https://bugs.gentoo.org/667346 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org> Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> app-i18n/fcitx/fcitx-4.2.9.6.ebuild | 3 ++- 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 e5a259025b1..dc0c2aaac84 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 22103a58207..c6b7513ff0c 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"
