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 B75A51382C5 for ; Thu, 14 May 2020 14:36:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AADCCE0971; Thu, 14 May 2020 14:36:26 +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 69F44E0971 for ; Thu, 14 May 2020 14:36:26 +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 2F73A350C47 for ; Thu, 14 May 2020 14:36:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D786239 for ; Thu, 14 May 2020 14:36:23 +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: <1589466974.1055fdd61e5eb635aae0a0e78333caa01120b817.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.10-r2.ebuild app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild X-VCS-Directories: app-i18n/ibus-anthy/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 1055fdd61e5eb635aae0a0e78333caa01120b817 X-VCS-Branch: master Date: Thu, 14 May 2020 14:36:23 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f3713c66-a04f-4621-81a3-01d36331ff82 X-Archives-Hash: 501e5b383e260410f78e00c815de567a commit: 1055fdd61e5eb635aae0a0e78333caa01120b817 Author: Akinori Hattori gentoo org> AuthorDate: Thu May 14 14:35:21 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Thu May 14 14:36:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1055fdd6 app-i18n/ibus-anthy: fix BDEPEND Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild | 2 +- app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild index 7beea493add..b70a75b5986 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild @@ -26,7 +26,7 @@ RDEPEND="${PYTHON_DEPS} DEPEND="${RDEPEND}" BDEPEND="dev-util/intltool virtual/pkgconfig - nls? ( sys-devel/gettext )" + sys-devel/gettext" src_prepare() { default diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild index b28ac8a7055..3b04c215cea 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild @@ -25,7 +25,7 @@ RDEPEND="${PYTHON_DEPS} nls? ( virtual/libintl )" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig - nls? ( sys-devel/gettext )" + sys-devel/gettext" src_prepare() { default