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 0BFED13997D for ; Fri, 15 Nov 2019 07:33:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF42DE085E; Fri, 15 Nov 2019 07:33:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A8D42E085E for ; Fri, 15 Nov 2019 07:33:15 +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 C07A834CE6B for ; Fri, 15 Nov 2019 07:33:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F7288B3 for ; Fri, 15 Nov 2019 07:33:12 +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: <1573803184.63e0765405536369f426687b8a4e7e46f52a941d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-ipaddress/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild X-VCS-Directories: virtual/python-ipaddress/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 63e0765405536369f426687b8a4e7e46f52a941d X-VCS-Branch: master Date: Fri, 15 Nov 2019 07:33:12 +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: 5a9de77d-ee22-4e0f-844c-d22bc34b4909 X-Archives-Hash: 88f57d7c0c7c718d2f188fb96afdfe1f commit: 63e0765405536369f426687b8a4e7e46f52a941d Author: Michał Górny gentoo org> AuthorDate: Fri Nov 15 07:29:37 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 15 07:33:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e07654 virtual/python-ipaddress: Enable py3.8 Signed-off-by: Michał Górny gentoo.org> virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild b/virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild index 35a939ba6d9..cc3091a0a4e 100644 --- a/virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild +++ b/virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 ) inherit python-r1