commit: ad1b193da7a810196565527b3311b162ca986560
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 13 14:51:12 2022 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Thu Jan 13 14:51:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=ad1b193d
sys-fs/btrfs-heatmap: update ebuild
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
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()