From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 24EEC15806E for ; Fri, 19 May 2023 18:51:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D874E08B1; Fri, 19 May 2023 18:51:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78C5DE08B1 for ; Fri, 19 May 2023 18:51:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80BA7340E6E for ; Fri, 19 May 2023 18:51:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 125D6A87 for ; Fri, 19 May 2023 18:51:20 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1684520327.041a351fb5cf78d89047ba18bc68307e8a723074.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-fs/btrfs-heatmap/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild sys-fs/btrfs-heatmap/metadata.xml X-VCS-Directories: sys-fs/btrfs-heatmap/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 041a351fb5cf78d89047ba18bc68307e8a723074 X-VCS-Branch: master Date: Fri, 19 May 2023 18:51:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c3d05499-676b-4fc9-9103-464169a1b517 X-Archives-Hash: a56cf63b7397d04295ab3999868caccb Message-ID: <20230519185120.5Kl8Mxs4qmzM_Oz265lfwMqw-nlDwUfuQQjdkjUTx8I@z> commit: 041a351fb5cf78d89047ba18bc68307e8a723074 Author: Viorel Munteanu gentoo org> AuthorDate: Fri May 19 18:16:55 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Fri May 19 18:18:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=041a351f sys-fs/btrfs-heatmap: fix RDEPEND Add python_gen_cond_dep so correct python3_10 dependency is pulled in. Signed-off-by: Viorel Munteanu gentoo.org> sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild | 6 ++++-- sys-fs/btrfs-heatmap/metadata.xml | 3 +++ 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 @@ gentoo-guru@steev.me.uk Steven Davies + + knorrie/btrfs-heatmap + 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.