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 91D9F15808B for ; Sat, 5 Mar 2022 16:41:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A87EDE079C; Sat, 5 Mar 2022 16:41:28 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EB56E079C for ; Sat, 5 Mar 2022 16:41:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D45C2342F2C for ; Sat, 5 Mar 2022 16:41:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 463A9D0 for ; Sat, 5 Mar 2022 16:41:25 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1646498274.8fc7343f625d5ef375ce7fe8f2a874994297f676.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mergerfs-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r2.ebuild sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r3.ebuild X-VCS-Directories: sys-fs/mergerfs-tools/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: 8fc7343f625d5ef375ce7fe8f2a874994297f676 X-VCS-Branch: master Date: Sat, 5 Mar 2022 16:41:25 +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: a30d5aac-f59e-4961-820c-8e23362c6dc3 X-Archives-Hash: 52706580d659d5cd7dc1c22b9734ce5d commit: 8fc7343f625d5ef375ce7fe8f2a874994297f676 Author: Piotr Karbowski gentoo org> AuthorDate: Sat Mar 5 16:37:54 2022 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Sat Mar 5 16:37:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc7343f sys-fs/mergerfs-tools: switch to python-single-r1. Closes: https://bugs.gentoo.org/830387 Signed-off-by: Piotr Karbowski gentoo.org> ...tools-0_p20210502-r2.ebuild => mergerfs-tools-0_p20210502-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r2.ebuild b/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r3.ebuild similarity index 95% rename from sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r2.ebuild rename to sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r3.ebuild index 6b237738979a..b7a3da26a2f9 100644 --- a/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r2.ebuild +++ b/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r3.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -inherit python-any-r1 +inherit python-single-r1 DESCRIPTION="Optional tools to help manage data in a mergerfs pool" HOMEPAGE="https://github.com/trapexit/mergerfs-tools"