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 AD4E213997D for ; Fri, 15 Nov 2019 07:33:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72CD6E086E; Fri, 15 Nov 2019 07:33:16 +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 3838BE0874 for ; Fri, 15 Nov 2019 07:33:16 +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 60AF034CE6D for ; Fri, 15 Nov 2019 07:33:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54F698B5 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: <1573803186.bee18927fe3a152e8516b77b1ae125599fb65887.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/python-singledispatch/python-singledispatch-0.ebuild X-VCS-Directories: virtual/python-singledispatch/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bee18927fe3a152e8516b77b1ae125599fb65887 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: 04d1c911-5fa7-4d37-8a55-92b6b9d3b637 X-Archives-Hash: 5ea472d7ae044aa703a0af94261e259c commit: bee18927fe3a152e8516b77b1ae125599fb65887 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 15 07:29:41 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 15 07:33:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee18927 virtual/python-singledispatch: Enable py3.8 Signed-off-by: Michał Górny gentoo.org> virtual/python-singledispatch/python-singledispatch-0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild index dde4e6b3119..62d41a97eb9 100644 --- a/virtual/python-singledispatch/python-singledispatch-0.ebuild +++ b/virtual/python-singledispatch/python-singledispatch-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