summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2022-01-13 08:51:12 -0600
committerMatthias Maier <tamiko@gentoo.org>2022-01-13 08:51:12 -0600
commitad1b193da7a810196565527b3311b162ca986560 (patch)
treed9d30ee31a2a809b3e510957939d39e9c49270d0
parentdev-python/python-btrfs: version bump to 13 (diff)
downloadtamiko-ad1b193da7a810196565527b3311b162ca986560.tar.gz
tamiko-ad1b193da7a810196565527b3311b162ca986560.tar.bz2
tamiko-ad1b193da7a810196565527b3311b162ca986560.zip
sys-fs/btrfs-heatmap: update ebuild
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
-rw-r--r--sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild9
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()