From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D1A61396D0 for ; Thu, 5 Oct 2017 18:57:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81C7A2BC004; Thu, 5 Oct 2017 18:57:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 277942BC004 for ; Thu, 5 Oct 2017 18:57:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2073B33BE33 for ; Thu, 5 Oct 2017 18:57:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99140909B for ; Thu, 5 Oct 2017 18:57:33 +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: <1507229832.1e174f0bb9d7ba4b6d5e8cd89676fdcdda88b276.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/mozc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/mozc/mozc-2.20.2673.102.ebuild app-i18n/mozc/mozc-9999.ebuild X-VCS-Directories: app-i18n/mozc/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 1e174f0bb9d7ba4b6d5e8cd89676fdcdda88b276 X-VCS-Branch: master Date: Thu, 5 Oct 2017 18:57:33 +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: 82a7e56f-8a40-4d45-85da-08e56d394dca X-Archives-Hash: 70ea6701957d89ac25a65cc05ebec2d0 commit: 1e174f0bb9d7ba4b6d5e8cd89676fdcdda88b276 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Thu Oct 5 18:32:55 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Oct 5 18:57:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e174f0b app-i18n/mozc: Depend on >=dev-libs/protobuf-3.0.0. Bug: https://bugs.gentoo.org/633458 app-i18n/mozc/mozc-2.20.2673.102.ebuild | 2 +- app-i18n/mozc/mozc-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/mozc/mozc-2.20.2673.102.ebuild b/app-i18n/mozc/mozc-2.20.2673.102.ebuild index 9c1d6fade0a..eb93090b736 100644 --- a/app-i18n/mozc/mozc-2.20.2673.102.ebuild +++ b/app-i18n/mozc/mozc-2.20.2673.102.ebuild @@ -39,7 +39,7 @@ KEYWORDS="~amd64 ~x86" IUSE="debug emacs fcitx4 +gui +handwriting-tegaki handwriting-tomoe ibus renderer test" REQUIRED_USE="|| ( emacs fcitx4 ibus ) gui? ( ^^ ( handwriting-tegaki handwriting-tomoe ) ) !gui? ( !handwriting-tegaki !handwriting-tomoe )" -RDEPEND="dev-libs/protobuf:= +RDEPEND=">=dev-libs/protobuf-3.0.0:= emacs? ( virtual/emacs ) fcitx4? ( app-i18n/fcitx:4 ) gui? ( diff --git a/app-i18n/mozc/mozc-9999.ebuild b/app-i18n/mozc/mozc-9999.ebuild index bd3c79ff279..c56eb0e73da 100644 --- a/app-i18n/mozc/mozc-9999.ebuild +++ b/app-i18n/mozc/mozc-9999.ebuild @@ -39,7 +39,7 @@ KEYWORDS="" IUSE="debug emacs fcitx4 +gui +handwriting-tegaki handwriting-tomoe ibus renderer test" REQUIRED_USE="|| ( emacs fcitx4 ibus ) gui? ( ^^ ( handwriting-tegaki handwriting-tomoe ) ) !gui? ( !handwriting-tegaki !handwriting-tomoe )" -RDEPEND="dev-libs/protobuf:= +RDEPEND=">=dev-libs/protobuf-3.0.0:= emacs? ( virtual/emacs ) fcitx4? ( app-i18n/fcitx:4 ) gui? (