From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1210803-garchives=archives.gentoo.org@lists.gentoo.org> 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 B97C4138359 for <garchives@archives.gentoo.org>; Wed, 30 Sep 2020 12:21:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA2B8E090A; Wed, 30 Sep 2020 12:21:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D2EFCE090A for <gentoo-commits@lists.gentoo.org>; Wed, 30 Sep 2020 12:21:56 +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 3ECB6340BCD for <gentoo-commits@lists.gentoo.org>; Wed, 30 Sep 2020 12:21:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9353376 for <gentoo-commits@lists.gentoo.org>; Wed, 30 Sep 2020 12:21:53 +0000 (UTC) From: "Marek Szuba" <marecki@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" <marecki@gentoo.org> Message-ID: <1601468503.218ba87129df8b0002d6762c73d3ee599b520fcf.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ruamel-yaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ruamel-yaml/ruamel-yaml-0.16.12-r1.ebuild dev-python/ruamel-yaml/ruamel-yaml-0.16.12.ebuild X-VCS-Directories: dev-python/ruamel-yaml/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 218ba87129df8b0002d6762c73d3ee599b520fcf X-VCS-Branch: master Date: Wed, 30 Sep 2020 12:21:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e015ab48-4871-4d28-8d46-592f64d26819 X-Archives-Hash: c9f3c9678925d55a7fad47b24ad6c634 commit: 218ba87129df8b0002d6762c73d3ee599b520fcf Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Wed Sep 30 12:18:09 2020 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Wed Sep 30 12:21:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218ba871 dev-python/ruamel-yaml: Return to default DISTUTILS_USE_SETUPTOOLS The relevant QA check has been corrected and now bdepend is okay after all. Closes: https://bugs.gentoo.org/745618 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> .../{ruamel-yaml-0.16.12.ebuild => ruamel-yaml-0.16.12-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.16.12.ebuild b/dev-python/ruamel-yaml/ruamel-yaml-0.16.12-r1.ebuild similarity index 95% rename from dev-python/ruamel-yaml/ruamel-yaml-0.16.12.ebuild rename to dev-python/ruamel-yaml/ruamel-yaml-0.16.12-r1.ebuild index 490dcc1528c..6bd16e61775 100644 --- a/dev-python/ruamel-yaml/ruamel-yaml-0.16.12.ebuild +++ b/dev-python/ruamel-yaml/ruamel-yaml-0.16.12-r1.ebuild @@ -4,7 +4,6 @@ EAPI=7 PYTHON_COMPAT=( pypy3 python3_{6..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1