aboutsummaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac@gentoo.org>2023-05-19 21:16:55 +0300
committerViorel Munteanu <ceamac@gentoo.org>2023-05-19 21:18:47 +0300
commit041a351fb5cf78d89047ba18bc68307e8a723074 (patch)
treec93d2b11789eae4b25f10fb08dff8121a8490d9e /sys-fs
parentx11-misc/xbanish: add pkgconfig as BDEPEND (diff)
downloadguru-041a351fb5cf78d89047ba18bc68307e8a723074.tar.gz
guru-041a351fb5cf78d89047ba18bc68307e8a723074.tar.bz2
guru-041a351fb5cf78d89047ba18bc68307e8a723074.zip
sys-fs/btrfs-heatmap: fix RDEPEND
Add python_gen_cond_dep so correct python3_10 dependency is pulled in. Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild6
-rw-r--r--sys-fs/btrfs-heatmap/metadata.xml3
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild b/sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild
index 9bd96a27f..706b94391 100644
--- a/sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild
+++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild
@@ -19,8 +19,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
- >=sys-fs/python-btrfs-12
- "
+ $(python_gen_cond_dep '
+ >=sys-fs/python-btrfs-12[${PYTHON_USEDEP}]
+ ')
+"
DEPEND="${RDEPEND}"
src_install()
diff --git a/sys-fs/btrfs-heatmap/metadata.xml b/sys-fs/btrfs-heatmap/metadata.xml
index 81d898764..ae1724cee 100644
--- a/sys-fs/btrfs-heatmap/metadata.xml
+++ b/sys-fs/btrfs-heatmap/metadata.xml
@@ -5,5 +5,8 @@
<email>gentoo-guru@steev.me.uk</email>
<name>Steven Davies</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">knorrie/btrfs-heatmap</remote-id>
+ </upstream>
<longdescription lang="en">The btrfs heatmap script creates a visualization of how a btrfs filesystem is using the underlying disk space of the block devices that are added to it.</longdescription>
</pkgmetadata>