Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/dev/tamiko:master commit in: sys-fs/btrfs-heatmap/
Date: Wed, 19 Feb 2020 18:28:07
Message-Id: 1582136856.a7169906fd57f809292cf0cc0f67b490785d89e6.tamiko@gentoo
1 commit: a7169906fd57f809292cf0cc0f67b490785d89e6
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 19 18:27:36 2020 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 19 18:27:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=a7169906
7
8 sys-fs/btrfs-heatmap: update to modern python eclass
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild b/sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild
17 index 0f82cf3..11e1004 100644
18 --- a/sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild
19 +++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-7.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -20,7 +20,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
27
28 RDEPEND="
29 ${PYTHON_DEPS}
30 - dev-python/python-btrfs[${PYTHON_USEDEP}]"
31 + $(python_gen_cond_usedep \
32 + dev-python/python-btrfs[${PYTHON_USEDEP}])"
33 DEPEND="${RDEPEND}"
34
35 src_install()