From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 240E41580EB for ; Wed, 28 May 2025 04:28:45 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0D98E3430F6 for ; Wed, 28 May 2025 04:28:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 071DD110287; Wed, 28 May 2025 04:28:44 +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 bobolink.gentoo.org (Postfix) with ESMTPS id F2E15110287 for ; Wed, 28 May 2025 04:28:43 +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 A2FD73430EC for ; Wed, 28 May 2025 04:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E895254C for ; Wed, 28 May 2025 04:28:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1748406478.bdcbbf4158fbffda4467a1f80efce865d348d74f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-build/automake-vanilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-build/automake-vanilla/automake-vanilla-1.15.1.ebuild dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild dev-build/automake-vanilla/automake-vanilla-1.17.ebuild dev-build/automake-vanilla/automake-vanilla-1.18.ebuild dev-build/automake-vanilla/automake-vanilla-9999.ebuild X-VCS-Directories: dev-build/automake-vanilla/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bdcbbf4158fbffda4467a1f80efce865d348d74f X-VCS-Branch: master Date: Wed, 28 May 2025 04:28:42 +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: 8016b2b7-d213-4a41-b65d-d9433c12c778 X-Archives-Hash: 076ebc332f9ad573acc3971a7218aa1c commit: bdcbbf4158fbffda4467a1f80efce865d348d74f Author: Sam James gentoo org> AuthorDate: Wed May 28 04:27:58 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 28 04:27:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdcbbf41 dev-build/automake-vanilla: disable py3.10 Signed-off-by: Sam James gentoo.org> dev-build/automake-vanilla/automake-vanilla-1.15.1.ebuild | 2 +- dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild | 2 +- dev-build/automake-vanilla/automake-vanilla-1.17.ebuild | 2 +- dev-build/automake-vanilla/automake-vanilla-1.18.ebuild | 2 +- dev-build/automake-vanilla/automake-vanilla-9999.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-build/automake-vanilla/automake-vanilla-1.15.1.ebuild b/dev-build/automake-vanilla/automake-vanilla-1.15.1.ebuild index b5980bf09d3c..23a511fb8f6b 100644 --- a/dev-build/automake-vanilla/automake-vanilla-1.15.1.ebuild +++ b/dev-build/automake-vanilla/automake-vanilla-1.15.1.ebuild @@ -6,7 +6,7 @@ EAPI=8 # Please do not apply any patches which affect the generated output from # `automake`, as this package is used to submit patches upstream. -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) inherit python-any-r1 diff --git a/dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild b/dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild index 18ab459c9c87..ed6f30024c7e 100644 --- a/dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild +++ b/dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild @@ -6,7 +6,7 @@ EAPI=8 # Please do not apply any patches which affect the generated output from # `automake`, as this package is used to submit patches upstream. -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) inherit python-any-r1 diff --git a/dev-build/automake-vanilla/automake-vanilla-1.17.ebuild b/dev-build/automake-vanilla/automake-vanilla-1.17.ebuild index 5e3c12751473..106971543159 100644 --- a/dev-build/automake-vanilla/automake-vanilla-1.17.ebuild +++ b/dev-build/automake-vanilla/automake-vanilla-1.17.ebuild @@ -6,7 +6,7 @@ EAPI=8 # Please do not apply any patches which affect the generated output from # `automake`, as this package is used to submit patches upstream. -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit python-any-r1 diff --git a/dev-build/automake-vanilla/automake-vanilla-1.18.ebuild b/dev-build/automake-vanilla/automake-vanilla-1.18.ebuild index 5e3c12751473..106971543159 100644 --- a/dev-build/automake-vanilla/automake-vanilla-1.18.ebuild +++ b/dev-build/automake-vanilla/automake-vanilla-1.18.ebuild @@ -6,7 +6,7 @@ EAPI=8 # Please do not apply any patches which affect the generated output from # `automake`, as this package is used to submit patches upstream. -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit python-any-r1 diff --git a/dev-build/automake-vanilla/automake-vanilla-9999.ebuild b/dev-build/automake-vanilla/automake-vanilla-9999.ebuild index 446732c44ff2..fe7a211337c2 100644 --- a/dev-build/automake-vanilla/automake-vanilla-9999.ebuild +++ b/dev-build/automake-vanilla/automake-vanilla-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 # Please do not apply any patches which affect the generated output from # `automake`, as this package is used to submit patches upstream. -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit python-any-r1