summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2020-02-19 12:27:36 -0600
committerMatthias Maier <tamiko@gentoo.org>2020-02-19 12:27:36 -0600
commita7169906fd57f809292cf0cc0f67b490785d89e6 (patch)
treef7039781b7cca11d91e1f5df0046e6826dc2176d
parentsys-apps/likwid: add package and use bundled lua (diff)
downloadtamiko-a7169906fd57f809292cf0cc0f67b490785d89e6.tar.gz
tamiko-a7169906fd57f809292cf0cc0f67b490785d89e6.tar.bz2
tamiko-a7169906fd57f809292cf0cc0f67b490785d89e6.zip
sys-fs/btrfs-heatmap: update to modern python eclass
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
-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()