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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30A6015800B for ; Wed, 5 Apr 2023 06:56:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 670F8E086F; Wed, 5 Apr 2023 06:56:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BCDFE0729 for ; Wed, 5 Apr 2023 06:56:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7088F340D4C for ; Wed, 5 Apr 2023 06:56:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8F268EB for ; Wed, 5 Apr 2023 06:56:19 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1680677715.a66437f30d1c7ed35391f49cd14d5faded8ebddb.matthew@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-3.0.2.ebuild X-VCS-Directories: app-misc/terminal-colors/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: a66437f30d1c7ed35391f49cd14d5faded8ebddb X-VCS-Branch: master Date: Wed, 5 Apr 2023 06:56:19 +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: 4025a10f-2387-49b5-8d08-60488e3e5fc4 X-Archives-Hash: b8c6f685a390f1503465321b55c3d071 commit: a66437f30d1c7ed35391f49cd14d5faded8ebddb Author: Zoltan Puskas sinustrom info> AuthorDate: Mon Apr 3 05:28:49 2023 +0000 Commit: Matthew Smith gentoo org> CommitDate: Wed Apr 5 06:55:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66437f3 app-misc/terminal-colors: enable py3.11 for 3.0.2 Bug: https://bugs.gentoo.org/896598 Signed-off-by: Zoltan Puskas sinustrom.info> Signed-off-by: Matthew Smith gentoo.org> app-misc/terminal-colors/terminal-colors-3.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild b/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild index 543e370503ae..f127d91a60d5 100644 --- a/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild +++ b/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="ncurses" inherit python-r1