diff options
author | Steven Davies <gentoo-guru@steev.me.uk> | 2022-02-10 21:35:47 +0000 |
---|---|---|
committer | Steven Davies <gentoo-guru@steev.me.uk> | 2022-02-10 21:35:47 +0000 |
commit | 6f7fd3ca77e0c370d8825d565b71fb27a5185d70 (patch) | |
tree | 05fee5defd1594742ba7cf8f153f076a6d04354d /sys-fs | |
parent | sys-boot/limine: bump to 2.84 (diff) | |
download | guru-6f7fd3ca77e0c370d8825d565b71fb27a5185d70.tar.gz guru-6f7fd3ca77e0c370d8825d565b71fb27a5185d70.tar.bz2 guru-6f7fd3ca77e0c370d8825d565b71fb27a5185d70.zip |
sys-fs/btrfs-heatmap: Fix DEPENDS
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Steven Davies <gentoo-guru@steev.me.uk>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild (renamed from sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild) | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild b/sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild index 3a11e71bb..cd92940c0 100644 --- a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild +++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) -inherit python-single-r1 +inherit python-r1 DESCRIPTION="Python 3 script to draw a heatmap of a btrfs filesystem" HOMEPAGE="https://github.com/knorrie/btrfs-heatmap" @@ -19,9 +19,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} - $(python_gen_cond_dep ' - >=sys-fs/python-btrfs-12[${PYTHON_MULTI_USEDEP}] - ')" + >=sys-fs/python-btrfs-12 + " DEPEND="${RDEPEND}" src_install() |