From ad1b193da7a810196565527b3311b162ca986560 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 13 Jan 2022 08:51:12 -0600 Subject: sys-fs/btrfs-heatmap: update ebuild Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthias Maier --- sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild | 9 ++++----- 1 file 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() -- cgit v1.2.3-65-gdbad