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 2B2A9138359 for ; Sat, 1 Aug 2020 12:23:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DAEDE0A49; Sat, 1 Aug 2020 12:23:19 +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 504A1E0973 for ; Sat, 1 Aug 2020 12:23:19 +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 6108034F2A8 for ; Sat, 1 Aug 2020 12:23:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C9592EE for ; Sat, 1 Aug 2020 12:23: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: <1596284580.059e7adee22d41a1708d01f27c6dba1b2a3080c4.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cangjie/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cangjie/cangjie-1.3.ebuild X-VCS-Directories: dev-python/cangjie/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 059e7adee22d41a1708d01f27c6dba1b2a3080c4 X-VCS-Branch: master Date: Sat, 1 Aug 2020 12:23: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6f1e57cd-bd12-4f76-ab0d-0981db65efe4 X-Archives-Hash: 06af15d0279b23f2b17984760820f62f commit: 059e7adee22d41a1708d01f27c6dba1b2a3080c4 Author: Akinori Hattori gentoo org> AuthorDate: Sat Aug 1 12:17:40 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Aug 1 12:23:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=059e7ade dev-python/cangjie: update to EAPI 7 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Akinori Hattori gentoo.org> dev-python/cangjie/cangjie-1.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/cangjie/cangjie-1.3.ebuild b/dev-python/cangjie/cangjie-1.3.ebuild index 61b243fd4fd..c3b82137027 100644 --- a/dev-python/cangjie/cangjie-1.3.ebuild +++ b/dev-python/cangjie/cangjie-1.3.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} ) inherit autotools python-r1 @@ -18,8 +18,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} app-i18n/libcangjie" -DEPEND="${RDEPEND} - dev-python/cython[${PYTHON_USEDEP}] +DEPEND="${RDEPEND}" +BDEPEND="dev-python/cython[${PYTHON_USEDEP}] virtual/pkgconfig" src_prepare() {