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 A126815801B for ; Sat, 8 Apr 2023 13:30:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4FBDE0863; Sat, 8 Apr 2023 13:30:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B8F1BE0863 for ; Sat, 8 Apr 2023 13:30:05 +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 BC12F335D68 for ; Sat, 8 Apr 2023 13:30:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6785C8EB for ; Sat, 8 Apr 2023 13:30:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1680960595.6688f2d4645c4f9cead363f1566be7b05e133a54.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/distcc/distcc-3.4-r1.ebuild X-VCS-Directories: sys-devel/distcc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6688f2d4645c4f9cead363f1566be7b05e133a54 X-VCS-Branch: master Date: Sat, 8 Apr 2023 13:30:01 +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: 3db5352b-e609-4d48-9e9b-a8a065188445 X-Archives-Hash: 9786cda5f90a85a08755cbe8cbde1387 commit: 6688f2d4645c4f9cead363f1566be7b05e133a54 Author: Peter Levine gmail com> AuthorDate: Fri Apr 7 04:09:06 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 8 13:29:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6688f2d4 sys-devel/distcc: enable py3.11 Closes: https://bugs.gentoo.org/897294 Closes: https://github.com/gentoo/gentoo/pull/30509 Signed-off-by: Peter Levine gmail.com> Signed-off-by: Michał Górny gentoo.org> sys-devel/distcc/distcc-3.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/distcc/distcc-3.4-r1.ebuild b/sys-devel/distcc/distcc-3.4-r1.ebuild index 595748d35f48..c1a96f3528db 100644 --- a/sys-devel/distcc/distcc-3.4-r1.ebuild +++ b/sys-devel/distcc/distcc-3.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools flag-o-matic prefix python-single-r1 systemd