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 3C0A7138350 for ; Thu, 2 Apr 2020 21:45:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 737EDE0BB7; Thu, 2 Apr 2020 21:45:29 +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 58382E0BB7 for ; Thu, 2 Apr 2020 21:45:29 +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 39B1834EF43 for ; Thu, 2 Apr 2020 21:45:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9ADBD1BB for ; Thu, 2 Apr 2020 21:45:25 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1585863889.7e84442fecd45c5635ea4906ede94a95b69e286c.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pecan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pecan/pecan-1.3.3-r2.ebuild X-VCS-Directories: dev-python/pecan/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 7e84442fecd45c5635ea4906ede94a95b69e286c X-VCS-Branch: master Date: Thu, 2 Apr 2020 21:45:25 +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: 373f7f6a-cda3-4ba4-9edb-6545dabe7185 X-Archives-Hash: 92f4ebf55ecc76f6789b31ce499f9fa1 commit: 7e84442fecd45c5635ea4906ede94a95b69e286c Author: Patrick McLean sony com> AuthorDate: Thu Apr 2 21:44:49 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Thu Apr 2 21:44:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e84442f dev-python/pecan-1.3.3-r2: Add py38 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Patrick McLean gentoo.org> dev-python/pecan/pecan-1.3.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pecan/pecan-1.3.3-r2.ebuild b/dev-python/pecan/pecan-1.3.3-r2.ebuild index 24f0b46e545..d2c2de82594 100644 --- a/dev-python/pecan/pecan-1.3.3-r2.ebuild +++ b/dev-python/pecan/pecan-1.3.3-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1