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 EF70E158041 for ; Thu, 9 Sep 2021 11:02:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01A77E0922; Thu, 9 Sep 2021 11:02:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DEFA3E0922 for ; Thu, 9 Sep 2021 11:02:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D221F340D3A for ; Thu, 9 Sep 2021 11:02:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39FF3A2 for ; Thu, 9 Sep 2021 11:02:45 +0000 (UTC) From: "Dirkjan Ochtman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" Message-ID: <1631185354.30d9bd2cb77d6c486db9d8f1650092151a419afc.djc@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/rnc2rng/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/rnc2rng/rnc2rng-2.6.6-r1.ebuild app-text/rnc2rng/rnc2rng-2.6.6.ebuild X-VCS-Directories: app-text/rnc2rng/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: 30d9bd2cb77d6c486db9d8f1650092151a419afc X-VCS-Branch: master Date: Thu, 9 Sep 2021 11:02:45 +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: 74c2f5e8-7596-4b12-89a6-3d7c4fb9f8a9 X-Archives-Hash: c5d90922de4b8fa121aebd21953e1f50 commit: 30d9bd2cb77d6c486db9d8f1650092151a419afc Author: Dirkjan Ochtman gentoo org> AuthorDate: Thu Sep 9 11:02:34 2021 +0000 Commit: Dirkjan Ochtman gentoo org> CommitDate: Thu Sep 9 11:02:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d9bd2c app-text/rnc2rng: remove DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/show_bug.cgi?id=812248 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Dirkjan Ochtman gentoo.org> app-text/rnc2rng/{rnc2rng-2.6.6.ebuild => rnc2rng-2.6.6-r1.ebuild} | 2 -- 1 file changed, 2 deletions(-) diff --git a/app-text/rnc2rng/rnc2rng-2.6.6.ebuild b/app-text/rnc2rng/rnc2rng-2.6.6-r1.ebuild similarity index 93% rename from app-text/rnc2rng/rnc2rng-2.6.6.ebuild rename to app-text/rnc2rng/rnc2rng-2.6.6-r1.ebuild index b7a8a05356a..2c7a835ba98 100644 --- a/app-text/rnc2rng/rnc2rng-2.6.6.ebuild +++ b/app-text/rnc2rng/rnc2rng-2.6.6-r1.ebuild @@ -5,8 +5,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - inherit distutils-r1 DESCRIPTION="RELAX NG Compact to regular syntax conversion library"