commit:     7629eac8bda37b68dd80ffd5eecbe294de413bec
Author:     Steven Davies <gentoo-guru <AT> steev <DOT> me <DOT> uk>
AuthorDate: Sat May 11 15:13:27 2024 +0000
Commit:     Steven Davies <gentoo-guru <AT> steev <DOT> me <DOT> uk>
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 <gentoo-guru <AT> 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}"

Reply via email to