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 45C29158064 for ; Sun, 12 May 2024 09:38:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CE02E2AEC; Sun, 12 May 2024 09:38:52 +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 E0D9EE2AEC for ; Sun, 12 May 2024 09:38:51 +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 A18F63430F5 for ; Sun, 12 May 2024 09:38:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3F8B1AAE for ; Sun, 12 May 2024 09:38:47 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1715440999.7629eac8bda37b68dd80ffd5eecbe294de413bec.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-fs/btrfs-heatmap/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild X-VCS-Directories: sys-fs/btrfs-heatmap/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 7629eac8bda37b68dd80ffd5eecbe294de413bec X-VCS-Branch: master Date: Sun, 12 May 2024 09:38: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: c8a651e9-d0b1-47fd-9faa-d1decbfeee01 X-Archives-Hash: 62b202eeccce0f79baf4fdd4c9221ed5 commit: 7629eac8bda37b68dd80ffd5eecbe294de413bec Author: Steven Davies steev me uk> AuthorDate: Sat May 11 15:13:27 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 11 15:23:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7629eac8 sys-fs/btrfs-heatmap: enable py3.12, py3.13 Signed-off-by: Steven Davies steev.me.uk> sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild b/sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild index daf10a294a..da4b9a80ea 100644 --- a/sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild +++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_10 python3_11 ) +PYTHON_COMPAT=( python3_10 python3_11 python3_12 ) inherit python-single-r1 @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} $(python_gen_cond_dep ' - >=dev-python/btrfs-12[${PYTHON_USEDEP}] + >=dev-python/btrfs-13[${PYTHON_USEDEP}] ') " DEPEND="${RDEPEND}"