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 2A87B139083 for ; Tue, 12 Dec 2017 13:27:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A171E0FB2; Tue, 12 Dec 2017 13:27:50 +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 386ACE0FB2 for ; Tue, 12 Dec 2017 13:27:50 +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 45BB93416A5 for ; Tue, 12 Dec 2017 13:27:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFB4DAE7E for ; Tue, 12 Dec 2017 13:27:47 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1513085066.9e0e73ba465fbc6e09b0b8821e59797dc98bf89a.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild X-VCS-Directories: app-i18n/ibus-table-others/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 9e0e73ba465fbc6e09b0b8821e59797dc98bf89a X-VCS-Branch: master Date: Tue, 12 Dec 2017 13:27: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: b55138ed-e3ca-40c9-8b1a-e4775ae30654 X-Archives-Hash: 35788b1678d531e4312d4c8aeaeee9d2 commit: 9e0e73ba465fbc6e09b0b8821e59797dc98bf89a Author: Akinori Hattori gentoo org> AuthorDate: Tue Dec 12 13:24:26 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Tue Dec 12 13:24:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e0e73ba app-i18n/ibus-table-others: block app-i18n/ibus-table-cyrillic Bug: https://bugs.gentoo.org/628854 Package-Manager: Portage-2.3.13, Repoman-2.3.4 app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild index da2715d1c92..e4d8f8915dc 100644 --- a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild +++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild @@ -13,6 +13,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="app-i18n/ibus-table - !app-i18n/ibus-table-code" + !app-i18n/ibus-table-code + !app-i18n/ibus-table-cyrillic" DEPEND="${RDEPEND} virtual/pkgconfig"