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 BA7B8138359 for ; Thu, 29 Oct 2020 02:56:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 009EEE097D; Thu, 29 Oct 2020 02:56:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CFCA4E097D for ; Thu, 29 Oct 2020 02:56:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 624EB33FE49 for ; Thu, 29 Oct 2020 02:56:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 022423B5 for ; Thu, 29 Oct 2020 02:56:45 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1603939837.c46fcb48877edbe54f2e69795456ded6ecb4d9b9.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/terminal-colors/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/terminal-colors/terminal-colors-2.3.ebuild X-VCS-Directories: app-misc/terminal-colors/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: c46fcb48877edbe54f2e69795456ded6ecb4d9b9 X-VCS-Branch: master Date: Thu, 29 Oct 2020 02:56:45 +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: 8947ae4c-2fbb-48ab-9a69-60df6411e8c3 X-Archives-Hash: 56327b630de43e77c01f6933d05ab5dd commit: c46fcb48877edbe54f2e69795456ded6ecb4d9b9 Author: Tim Harder gentoo org> AuthorDate: Thu Oct 29 02:49:32 2020 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Oct 29 02:50:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46fcb48 app-misc/terminal-colors: add py39 support Signed-off-by: Tim Harder gentoo.org> app-misc/terminal-colors/terminal-colors-2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/terminal-colors/terminal-colors-2.3.ebuild b/app-misc/terminal-colors/terminal-colors-2.3.ebuild index f95b7dd4318..ae50b2283c6 100644 --- a/app-misc/terminal-colors/terminal-colors-2.3.ebuild +++ b/app-misc/terminal-colors/terminal-colors-2.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE="ncurses" inherit python-r1