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 4C2F0139695 for ; Tue, 1 Aug 2017 13:13:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 609061FC0BD; Tue, 1 Aug 2017 13:13:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3F1231FC0BC for ; Tue, 1 Aug 2017 13:13:20 +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 EF862341906 for ; Tue, 1 Aug 2017 13:13:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93F25756C for ; Tue, 1 Aug 2017 13:13:17 +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: <1501593049.4487fa29cd5d45c9fae0ba960068a37486003503.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild X-VCS-Directories: app-i18n/ibus-anthy/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 4487fa29cd5d45c9fae0ba960068a37486003503 X-VCS-Branch: master Date: Tue, 1 Aug 2017 13:13:17 +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: c84601d1-fcc9-4947-ab11-707a60c1cf8c X-Archives-Hash: d46e73788bd0fbd2e69d93f88f760d56 commit: 4487fa29cd5d45c9fae0ba960068a37486003503 Author: Akinori Hattori gentoo org> AuthorDate: Tue Aug 1 13:10:49 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Tue Aug 1 13:10:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4487fa29 app-i18n/ibus-anthy: add dev-python/pygobject to RDEPEND Gentoo-Bug: 532188 Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild | 1 + app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild index a83df4a5264..0762195d8b4 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild @@ -19,6 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} app-i18n/anthy app-i18n/ibus[python(+),${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] nls? ( virtual/libintl )" DEPEND="${RDEPEND} dev-util/intltool diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild index b9ed07ae1ce..b05ffea695f 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild @@ -19,6 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} app-i18n/anthy app-i18n/ibus[python(+),${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] nls? ( virtual/libintl )" DEPEND="${RDEPEND} dev-util/intltool