Skip to content

Commit

Permalink
app-i18n/fcitx-libpinyin: Fix dependencies (bug #561126).
Browse files Browse the repository at this point in the history
  • Loading branch information
Arfrever Frehtes Taifersar Arahesis authored and floppym committed Jun 17, 2016
1 parent 9f6de2d commit 3fbc9a4
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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() {
Expand Down

0 comments on commit 3fbc9a4

Please sign in to comment.