mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
sys-fs/btrfs-heatmap: enable py3.12, py3.13
Signed-off-by: Steven Davies <gentoo-guru@steev.me.uk>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_10 python3_11 )
|
PYTHON_COMPAT=( python3_10 python3_11 python3_12 )
|
||||||
|
|
||||||
inherit python-single-r1
|
inherit python-single-r1
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
|||||||
RDEPEND="
|
RDEPEND="
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
$(python_gen_cond_dep '
|
$(python_gen_cond_dep '
|
||||||
>=dev-python/btrfs-12[${PYTHON_USEDEP}]
|
>=dev-python/btrfs-13[${PYTHON_USEDEP}]
|
||||||
')
|
')
|
||||||
"
|
"
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|||||||
Reference in New Issue
Block a user