From a7169906fd57f809292cf0cc0f67b490785d89e6 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 19 Feb 2020 12:27:36 -0600 Subject: sys-fs/btrfs-heatmap: update to modern python eclass Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Matthias Maier --- sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild | 5 +++-- 1 file 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() -- cgit v1.2.3-65-gdbad