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 B4B8C138359 for ; Tue, 10 Nov 2020 09:35:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8B67E0845; Tue, 10 Nov 2020 09:35:47 +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 156BEE0845 for ; Tue, 10 Nov 2020 09:35:46 +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 A576C335D06 for ; Tue, 10 Nov 2020 09:35:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7DA7443 for ; Tue, 10 Nov 2020 09:35:42 +0000 (UTC) From: "Hanno Böck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Böck" Message-ID: <1605000935.2c61cc0a9c9f1a336a05d68480ac3d5fe9cb332f.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flufl-bounce/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild X-VCS-Directories: dev-python/flufl-bounce/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: 2c61cc0a9c9f1a336a05d68480ac3d5fe9cb332f X-VCS-Branch: master Date: Tue, 10 Nov 2020 09:35:42 +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: 24048869-982a-44cf-b4b4-443dde655baa X-Archives-Hash: 403d03660676cd52072f9496af356e9a commit: 2c61cc0a9c9f1a336a05d68480ac3d5fe9cb332f Author: Hanno Böck gentoo org> AuthorDate: Tue Nov 10 09:35:35 2020 +0000 Commit: Hanno Böck gentoo org> CommitDate: Tue Nov 10 09:35:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c61cc0a dev-python/flufl-bounce: Add Python 3.8 and 3.9 Signed-off-by: Hanno Böck gentoo.org> Package-Manager: Portage-3.0.9, Repoman-3.0.2 dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild b/dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild index 7e4fe6857b5..6c9fe9a7680 100644 --- a/dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild +++ b/dev-python/flufl-bounce/flufl-bounce-3.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 MY_PN=${PN/-/.}