summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild')
-rw-r--r--sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild b/sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild
index 0f82cf3..11e1004 100644
--- a/sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild
+++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,7 +20,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
- dev-python/python-btrfs[${PYTHON_USEDEP}]"
+ $(python_gen_cond_usedep \
+ dev-python/python-btrfs[${PYTHON_USEDEP}])"
DEPEND="${RDEPEND}"
src_install()