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 BE26F1581E7 for ; Mon, 29 Apr 2024 21:48:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 262D3E2A19; Mon, 29 Apr 2024 21:48:33 +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 08396E2A19 for ; Mon, 29 Apr 2024 21:48:33 +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 12AB83430C5 for ; Mon, 29 Apr 2024 21:48:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 815A5177D for ; Mon, 29 Apr 2024 21:48:30 +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: <1714427168.e7b9468d3ed257f5fa42f16cedd47878c4afcb3a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/recover-broken-vdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0-r2.ebuild app-portage/recover-broken-vdb/recover-broken-vdb-9999.ebuild X-VCS-Directories: app-portage/recover-broken-vdb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e7b9468d3ed257f5fa42f16cedd47878c4afcb3a X-VCS-Branch: master Date: Mon, 29 Apr 2024 21:48:30 +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: e35b6854-675a-4476-8707-02ba859f8f4f X-Archives-Hash: a6c69e47bbd8ecd38b74516719fa89e6 commit: e7b9468d3ed257f5fa42f16cedd47878c4afcb3a Author: Sam James gentoo org> AuthorDate: Mon Apr 29 21:46:08 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 29 21:46:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7b9468d app-portage/recover-broken-vdb: enable py3.12 Closes: https://bugs.gentoo.org/929356 Signed-off-by: Sam James gentoo.org> app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0-r2.ebuild | 4 ++-- app-portage/recover-broken-vdb/recover-broken-vdb-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0-r2.ebuild b/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0-r2.ebuild index d5864f223a3c..81aa80b87351 100644 --- a/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0-r2.ebuild +++ b/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 diff --git a/app-portage/recover-broken-vdb/recover-broken-vdb-9999.ebuild b/app-portage/recover-broken-vdb/recover-broken-vdb-9999.ebuild index 36e77ecea0b2..14ee0a7a98bc 100644 --- a/app-portage/recover-broken-vdb/recover-broken-vdb-9999.ebuild +++ b/app-portage/recover-broken-vdb/recover-broken-vdb-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1