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 B036413835A for ; Wed, 19 Aug 2020 14:40:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D42F2E0970; Wed, 19 Aug 2020 14:40:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BDDA1E0970 for ; Wed, 19 Aug 2020 14:40:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9CCC934F566 for ; Wed, 19 Aug 2020 14:40:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C410315 for ; Wed, 19 Aug 2020 14:40:10 +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: <1597847997.34c49ab445559950d0c54034626e600711c89054.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild X-VCS-Directories: app-i18n/ibus-table/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 34c49ab445559950d0c54034626e600711c89054 X-VCS-Branch: master Date: Wed, 19 Aug 2020 14:40:10 +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: cee4cf59-1873-4128-8861-8568e7fddbc6 X-Archives-Hash: a549351afea0c17c72ee71ba8be051c9 commit: 34c49ab445559950d0c54034626e600711c89054 Author: Akinori Hattori gentoo org> AuthorDate: Wed Aug 19 14:25:39 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Aug 19 14:39:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c49ab4 app-i18n/ibus-table: update to EAPI 7 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild | 6 +++--- app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild b/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild index c021640c7f3..3984c433363 100644 --- a/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild +++ b/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="sqlite(+)" @@ -24,8 +24,8 @@ RDEPEND="${PYTHON_DEPS} ') virtual/libiconv nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - virtual/pkgconfig +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig nls? ( sys-devel/gettext )" src_prepare() { diff --git a/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild b/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild index b34d29b8cfc..35165054cd6 100644 --- a/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild +++ b/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="sqlite(+)" @@ -25,8 +25,8 @@ RDEPEND="${PYTHON_DEPS} ') virtual/libiconv nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - virtual/pkgconfig +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig nls? ( sys-devel/gettext )" src_prepare() {