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 12DF7158091 for ; Mon, 30 May 2022 18:15:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B3C4E08ED; Mon, 30 May 2022 18:15:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25D1BE08ED for ; Mon, 30 May 2022 18:15:01 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18A7F341974 for ; Mon, 30 May 2022 18:15:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 593EB7F for ; Mon, 30 May 2022 18:14:59 +0000 (UTC) From: "Kurt Kanzenbach" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kurt Kanzenbach" Message-ID: <1653934403.e46c1380668c0d110088eb633f18caae59293a4b.KurtKanzenbach@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/quilttools/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/quilttools/quilttools-0.3-r1.ebuild X-VCS-Directories: dev-util/quilttools/ X-VCS-Committer: KurtKanzenbach X-VCS-Committer-Name: Kurt Kanzenbach X-VCS-Revision: e46c1380668c0d110088eb633f18caae59293a4b X-VCS-Branch: dev Date: Mon, 30 May 2022 18:14:59 +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: a5ce3bb7-577e-4abb-97ca-0adfdf857231 X-Archives-Hash: cd3e60564cb8ac8cba5c91e5f0b0ba20 commit: e46c1380668c0d110088eb633f18caae59293a4b Author: Kurt Kanzenbach kmk-computers de> AuthorDate: Mon May 30 18:13:12 2022 +0000 Commit: Kurt Kanzenbach kmk-computers de> CommitDate: Mon May 30 18:13:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e46c1380 dev-util/quilttools: enable py3.10 Closes: https://bugs.gentoo.org/848357 Signed-off-by: Kurt Kanzenbach kmk-computers.de> dev-util/quilttools/quilttools-0.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/quilttools/quilttools-0.3-r1.ebuild b/dev-util/quilttools/quilttools-0.3-r1.ebuild index 4dd1b84cb..89b94b5db 100644 --- a/dev-util/quilttools/quilttools-0.3-r1.ebuild +++ b/dev-util/quilttools/quilttools-0.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit python-single-r1