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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7224A1580B1 for ; Tue, 31 Aug 2021 14:31:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6FEEE09A7; Tue, 31 Aug 2021 14:31:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9ADBEE09A7 for ; Tue, 31 Aug 2021 14:31:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52F8E335DB3 for ; Tue, 31 Aug 2021 14:31:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E5E17A for ; Tue, 31 Aug 2021 14:30:58 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1630420241.fd68fa18c78826ecd5b9a34eeabcd2f98cf4e64f.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/servefile/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/servefile/servefile-0.5.1-r1.ebuild www-servers/servefile/servefile-0.5.1.ebuild X-VCS-Directories: www-servers/servefile/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: fd68fa18c78826ecd5b9a34eeabcd2f98cf4e64f X-VCS-Branch: master Date: Tue, 31 Aug 2021 14:30:58 +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: 8aef889a-8595-4e11-8a2a-eac211877eef X-Archives-Hash: 731b49579b36da76e47d24ac390ac67f commit: fd68fa18c78826ecd5b9a34eeabcd2f98cf4e64f Author: Sebastian Pipping gentoo org> AuthorDate: Tue Aug 31 14:03:30 2021 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Tue Aug 31 14:30:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd68fa18 www-servers/servefile: Update DISTUTILS_USE_SETUPTOOLS + py3.10 Closes: https://bugs.gentoo.org/811198 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-3.0.22, Repoman-3.0.3 .../servefile/{servefile-0.5.1.ebuild => servefile-0.5.1-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www-servers/servefile/servefile-0.5.1.ebuild b/www-servers/servefile/servefile-0.5.1-r1.ebuild similarity index 87% rename from www-servers/servefile/servefile-0.5.1.ebuild rename to www-servers/servefile/servefile-0.5.1-r1.ebuild index 2d4cb11979a..e97fe4599fc 100644 --- a/www-servers/servefile/servefile-0.5.1.ebuild +++ b/www-servers/servefile/servefile-0.5.1-r1.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1