Skip to content

Commit

Permalink
app-i18n/fcitx-rime: Fix dependencies (bug #563190).
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 3fbc9a4 commit 30b7e40
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app-i18n/fcitx-rime/fcitx-rime-0.3.1.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit 30b7e40

Please sign in to comment.