From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3B77E1382BE for ; Fri, 17 Jun 2016 15:28:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 141A2E0A43; Fri, 17 Jun 2016 15:28:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40589E0A01 for ; Fri, 17 Jun 2016 15:28:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D689340139 for ; Fri, 17 Jun 2016 15:28:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC1D123BD for ; Fri, 17 Jun 2016 15:28:47 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1466177267.30b7e40c54e1813c4bf4a550d41f1c031e58fd9e.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fcitx-rime/fcitx-rime-0.3.1.ebuild X-VCS-Directories: app-i18n/fcitx-rime/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 30b7e40c54e1813c4bf4a550d41f1c031e58fd9e X-VCS-Branch: master Date: Fri, 17 Jun 2016 15:28:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 99cc7ecf-a43b-4894-9b84-23fa7c4ab8c9 X-Archives-Hash: be37d1ae2444e50a4df45c9d303fa7e4 commit: 30b7e40c54e1813c4bf4a550d41f1c031e58fd9e Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Tue May 31 19:55:13 2016 +0000 Commit: Mike Gilbert gentoo 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