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 29F61158086 for ; Fri, 31 Dec 2021 13:45:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC3372BC015; Fri, 31 Dec 2021 13:45:26 +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 58B9B2BC015 for ; Fri, 31 Dec 2021 13:45:25 +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 66D57342D29 for ; Fri, 31 Dec 2021 13:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C45B51C6 for ; Fri, 31 Dec 2021 13:45:18 +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: <1640958270.bc1d8cef7f77a6f4fcd0ec59012adf03fc5cb853.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-r1.ebuild sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502.ebuild X-VCS-Directories: sys-fs/mergerfs-tools/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: bc1d8cef7f77a6f4fcd0ec59012adf03fc5cb853 X-VCS-Branch: master Date: Fri, 31 Dec 2021 13:45:18 +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: e32033a2-bd79-45a4-a11c-6dda588358c4 X-Archives-Hash: 6c03e2f23f4eb625d986b7559206b0ff commit: bc1d8cef7f77a6f4fcd0ec59012adf03fc5cb853 Author: Piotr Karbowski gentoo org> AuthorDate: Fri Dec 31 13:44:30 2021 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Fri Dec 31 13:44:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1d8cef sys-fs/mergerfs-tools: use python-any-r1 over DISTUTILS_SINGLE_IMPL. Signed-off-by: Piotr Karbowski gentoo.org> ...-tools-0_p20210502.ebuild => mergerfs-tools-0_p20210502-r1.ebuild} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502.ebuild b/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r1.ebuild similarity index 87% rename from sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502.ebuild rename to sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r1.ebuild index 39057e219a0a..d4df0ca5ee3f 100644 --- a/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502.ebuild +++ b/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r1.ebuild @@ -4,10 +4,8 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_SETUPTOOLS=no -inherit distutils-r1 +inherit python-any-r1 DESCRIPTION="Optional tools to help manage data in a mergerfs pool" HOMEPAGE="https://github.com/trapexit/mergerfs-tools"