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 837CD138334 for ; Tue, 19 Nov 2019 07:02:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C1A0E0844; Tue, 19 Nov 2019 07:02:34 +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 7BFDFE0844 for ; Tue, 19 Nov 2019 07:02:34 +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 3937B34D054 for ; Tue, 19 Nov 2019 07:02:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA0DF8B4 for ; Tue, 19 Nov 2019 07:02:31 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1574146944.ca305a00d3ed33cf1d60688db51e4e7627866320.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/python-cffi/python-cffi-0.ebuild X-VCS-Directories: virtual/python-cffi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ca305a00d3ed33cf1d60688db51e4e7627866320 X-VCS-Branch: master Date: Tue, 19 Nov 2019 07:02:31 +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: 1732ba3b-9dfb-4eff-9656-57dc309b93b0 X-Archives-Hash: 63acbe2b5e002f856a3b562418fbae98 commit: ca305a00d3ed33cf1d60688db51e4e7627866320 Author: Michał Górny gentoo org> AuthorDate: Tue Nov 19 06:53:15 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 19 07:02:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca305a00 virtual/python-cffi: Enable py3.8 Signed-off-by: Michał Górny gentoo.org> virtual/python-cffi/python-cffi-0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual/python-cffi/python-cffi-0.ebuild b/virtual/python-cffi/python-cffi-0.ebuild index e5eac6d28cb..dcf236bb4a8 100644 --- a/virtual/python-cffi/python-cffi-0.ebuild +++ b/virtual/python-cffi/python-cffi-0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} ) inherit python-r1