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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 439EF158041 for ; Thu, 7 Mar 2024 19:17:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A32DE29A1; Thu, 7 Mar 2024 19:17:50 +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 E793DE29A1 for ; Thu, 7 Mar 2024 19:17:49 +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 E0BFD33BEF5 for ; Thu, 7 Mar 2024 19:17:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14994144C for ; Thu, 7 Mar 2024 19:17:47 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1709839048.ea9a8f7182d224e7f9299fc8a10140b82148835b.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/nginx-unit/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/nginx-unit/nginx-unit-1.32.0.ebuild X-VCS-Directories: www-servers/nginx-unit/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: ea9a8f7182d224e7f9299fc8a10140b82148835b X-VCS-Branch: master Date: Thu, 7 Mar 2024 19:17:47 +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: 55bfc1c8-ce91-4ea0-8d87-9f763d7b1cc1 X-Archives-Hash: 385e7f7c286f35dcccc91a5dd86c4fe7 commit: ea9a8f7182d224e7f9299fc8a10140b82148835b Author: Mike Pagano gentoo org> AuthorDate: Thu Mar 7 19:17:28 2024 +0000 Commit: Mike Pagano gentoo org> CommitDate: Thu Mar 7 19:17:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9a8f71 www-servers/nginx-unit: enable py3.12 Signed-off-by: Mike Pagano gentoo.org> www-servers/nginx-unit/nginx-unit-1.32.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/nginx-unit/nginx-unit-1.32.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.32.0.ebuild index 8b4973c6dc33..03dfb25af77e 100644 --- a/www-servers/nginx-unit/nginx-unit-1.32.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.32.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit flag-o-matic python-single-r1 systemd toolchain-funcs