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 493921584AD for ; Sun, 11 May 2025 13:39:32 +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 37C40343674 for ; Sun, 11 May 2025 13:39:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5D16D1103DE; Sun, 11 May 2025 13:39:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id 4C3AA1103DD for ; Sun, 11 May 2025 13:39:19 +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 04FE5343677 for ; Sun, 11 May 2025 13:39:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DFF62834 for ; Sun, 11 May 2025 13:39:16 +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: <1746970653.5c672fa06457bef972eae37f3688f9281bc444bc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/boost/boost-1.85.0-r1.ebuild dev-libs/boost/boost-1.86.0-r1.ebuild dev-libs/boost/boost-1.87.0-r3.ebuild dev-libs/boost/boost-1.88.0-r1.ebuild X-VCS-Directories: dev-libs/boost/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5c672fa06457bef972eae37f3688f9281bc444bc X-VCS-Branch: master Date: Sun, 11 May 2025 13:39:16 +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: 5046d40d-3338-479f-b555-c00e31451562 X-Archives-Hash: 938d9bd6c1aac0ef97f6204cb2d2b20e commit: 5c672fa06457bef972eae37f3688f9281bc444bc Author: Holger Hoffstätte applied-asynchrony com> AuthorDate: Sun May 11 12:53:09 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 11 13:37:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c672fa0 dev-libs/boost: remove python-3.10 Signed-off-by: Holger Hoffstätte applied-asynchrony.com> Part-of: https://github.com/gentoo/gentoo/pull/42025 Closes: https://github.com/gentoo/gentoo/pull/42025 Signed-off-by: Sam James gentoo.org> dev-libs/boost/boost-1.85.0-r1.ebuild | 2 +- dev-libs/boost/boost-1.86.0-r1.ebuild | 2 +- dev-libs/boost/boost-1.87.0-r3.ebuild | 2 +- dev-libs/boost/boost-1.88.0-r1.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/boost/boost-1.85.0-r1.ebuild b/dev-libs/boost/boost-1.85.0-r1.ebuild index 02f7f34b0de9..6a221999ded5 100644 --- a/dev-libs/boost/boost-1.85.0-r1.ebuild +++ b/dev-libs/boost/boost-1.85.0-r1.ebuild @@ -11,7 +11,7 @@ EAPI=8 # FIXME: cleanup subslot after 1.85.0 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit dot-a flag-o-matic multiprocessing python-r1 toolchain-funcs multilib-minimal diff --git a/dev-libs/boost/boost-1.86.0-r1.ebuild b/dev-libs/boost/boost-1.86.0-r1.ebuild index ea874be2c670..9652542941e0 100644 --- a/dev-libs/boost/boost-1.86.0-r1.ebuild +++ b/dev-libs/boost/boost-1.86.0-r1.ebuild @@ -9,7 +9,7 @@ EAPI=8 # (e.g. https://www.boost.org/users/history/version_1_83_0.html) # Note that the latter may sometimes feature patches not on the former too. -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit dot-a flag-o-matic multiprocessing python-r1 toolchain-funcs multilib-minimal diff --git a/dev-libs/boost/boost-1.87.0-r3.ebuild b/dev-libs/boost/boost-1.87.0-r3.ebuild index 596b4ce35526..e595eef73b65 100644 --- a/dev-libs/boost/boost-1.87.0-r3.ebuild +++ b/dev-libs/boost/boost-1.87.0-r3.ebuild @@ -9,7 +9,7 @@ EAPI=8 # (e.g. https://www.boost.org/users/history/version_1_83_0.html) # Note that the latter may sometimes feature patches not on the former too. -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit dot-a flag-o-matic multiprocessing python-r1 toolchain-funcs multilib-minimal diff --git a/dev-libs/boost/boost-1.88.0-r1.ebuild b/dev-libs/boost/boost-1.88.0-r1.ebuild index 826759b79293..46e4476e34d5 100644 --- a/dev-libs/boost/boost-1.88.0-r1.ebuild +++ b/dev-libs/boost/boost-1.88.0-r1.ebuild @@ -9,7 +9,7 @@ EAPI=8 # (e.g. https://www.boost.org/users/history/version_1_83_0.html) # Note that the latter may sometimes feature patches not on the former too. -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit dot-a edo flag-o-matic multiprocessing python-r1 toolchain-funcs multilib-minimal