diff options
Diffstat (limited to 'sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild')
-rw-r--r-- | sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild index c0b3bd1..d95af7a 100644 --- a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild +++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6..10} ) inherit python-single-r1 @@ -20,8 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} - $(python_gen_cond_usedep \ - dev-python/python-btrfs[${PYTHON_USEDEP}])" + dev-python/python-btrfs" DEPEND="${RDEPEND}" src_install() |