app-i18n/fcitx-libpinyin: Fix dependencies (bug #561126).
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Tue, 31 May 2016 19:52:21 +0000 (21:52 +0200)
committerMike Gilbert <floppym@gentoo.org>
Fri, 17 Jun 2016 15:27:47 +0000 (11:27 -0400)
app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.3.ebuild

index 78687dbda170eb269e846965485bd202bb35d2af..b9c6308e968f05eec17b87d71d478822982e5910 100644 (file)
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI="5"
+
 inherit cmake-utils gnome2-utils
 
 DESCRIPTION="Libpinyin module for Fcitx"
@@ -14,15 +15,19 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="dictmanager"
 
-RDEPEND=">=app-i18n/fcitx-4.2.8
+RDEPEND=">=app-i18n/fcitx-4.2.8[dbus]
        app-i18n/libpinyin
        dev-libs/glib:2
-       dictmanager? ( >=app-i18n/fcitx-4.2.8[qt4]
+       sys-apps/dbus
+       virtual/libintl
+       dictmanager? (
+               >=app-i18n/fcitx-4.2.8[qt4]
                dev-qt/qtcore:4
+               dev-qt/qtdbus:4
                dev-qt/qtgui:4
-               dev-qt/qtwebkit:4 )"
+               dev-qt/qtwebkit:4
+       )"
 DEPEND="${RDEPEND}
-       virtual/libintl
        virtual/pkgconfig"
 
 src_configure() {