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 3B70E13997D for ; Fri, 15 Nov 2019 07:33:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E527E0844; Fri, 15 Nov 2019 07:33:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 56EEAE0844 for ; Fri, 15 Nov 2019 07:33:14 +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 6CF9A34CE6A for ; Fri, 15 Nov 2019 07:33:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAA8B824 for ; Fri, 15 Nov 2019 07:33:11 +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: <1573803181.22b419aa80d2249bb280b18774b6dd217f3f3760.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-backports_abc/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/python-backports_abc/python-backports_abc-0.ebuild X-VCS-Directories: virtual/python-backports_abc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 22b419aa80d2249bb280b18774b6dd217f3f3760 X-VCS-Branch: master Date: Fri, 15 Nov 2019 07:33:11 +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: c61522aa-c9bf-4a13-8958-cc7cfaf7a72d X-Archives-Hash: f3416296be0aa25d522d4288b6fe270a commit: 22b419aa80d2249bb280b18774b6dd217f3f3760 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 15 07:29:33 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 15 07:33:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b419aa virtual/python-backports_abc: Enable py3.8 Signed-off-by: Michał Górny gentoo.org> virtual/python-backports_abc/python-backports_abc-0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/python-backports_abc/python-backports_abc-0.ebuild b/virtual/python-backports_abc/python-backports_abc-0.ebuild index 169fabc9288..4427b75f6ac 100644 --- a/virtual/python-backports_abc/python-backports_abc-0.ebuild +++ b/virtual/python-backports_abc/python-backports_abc-0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy ) inherit python-r1