commit: 30b7e40c54e1813c4bf4a550d41f1c031e58fd9e
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Tue May 31 19:55:13 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 15:27:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30b7e40c
app-i18n/fcitx-rime: Fix dependencies (bug #563190).
app-i18n/fcitx-rime/fcitx-rime-0.3.1.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/app-i18n/fcitx-rime/fcitx-rime-0.3.1.ebuild
b/app-i18n/fcitx-rime/fcitx-rime-0.3.1.ebuild
index 8b1623c..642e1d7 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-0.3.1.ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-0.3.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI="5"
inherit cmake-utils
@@ -15,11 +15,11 @@ SLOT="0"
KEYWORDS="amd64 ~ppc ppc64 ~x86"
IUSE=""
-RDEPEND=">=app-i18n/fcitx-4.2.8.1
+RDEPEND=">=app-i18n/fcitx-4.2.8.1[dbus]
>=app-i18n/librime-1.0
- app-i18n/rime-data
- x11-libs/libnotify"
-DEPEND="${RDEPEND}"
+ app-i18n/rime-data"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
src_prepare() {
# dont build data resource here, already provided by app-i18n/rime-data