aboutsummaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSteven Davies <gentoo-guru@steev.me.uk>2024-05-11 16:13:27 +0100
committerSteven Davies <gentoo-guru@steev.me.uk>2024-05-11 16:23:19 +0100
commit7629eac8bda37b68dd80ffd5eecbe294de413bec (patch)
tree01b03b3e98d53e605db8998ff0d0dc4cae9bc9c0 /sys-fs
parentnet-vpn/candy: add 5.8.1, drop 5.8 (diff)
downloadguru-7629eac8bda37b68dd80ffd5eecbe294de413bec.tar.gz
guru-7629eac8bda37b68dd80ffd5eecbe294de413bec.tar.bz2
guru-7629eac8bda37b68dd80ffd5eecbe294de413bec.zip
sys-fs/btrfs-heatmap: enable py3.12, py3.13
Signed-off-by: Steven Davies <gentoo-guru@steev.me.uk>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild4
1 files 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}"