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 EFB23138350 for ; Sat, 25 Apr 2020 00:45:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4345DE09AB; Sat, 25 Apr 2020 00:45:14 +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 2467BE09AB for ; Sat, 25 Apr 2020 00:45:13 +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 B6C6834F1AB for ; Sat, 25 Apr 2020 00:45:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2142A1E3 for ; Sat, 25 Apr 2020 00:45:11 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1587775500.a52e3f3a2491f989cd7f4d8a457cebe46c425d01.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/check-manifest/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/check-manifest/check-manifest-0.41.ebuild X-VCS-Directories: dev-python/check-manifest/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: a52e3f3a2491f989cd7f4d8a457cebe46c425d01 X-VCS-Branch: dev Date: Sat, 25 Apr 2020 00:45:11 +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: 4d1e22b3-7369-409c-9818-d81f8426314c X-Archives-Hash: 55ebf672574b8e7cbbce5b271eaadb2c commit: a52e3f3a2491f989cd7f4d8a457cebe46c425d01 Author: Alessandro Barbieri gmail com> AuthorDate: Sat Apr 25 00:45:00 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat Apr 25 00:45:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a52e3f3a dev-python/check-manifest: SETUPTOOLS rdepend Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/check-manifest/check-manifest-0.41.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/check-manifest/check-manifest-0.41.ebuild b/dev-python/check-manifest/check-manifest-0.41.ebuild index 6747474..84306ae 100644 --- a/dev-python/check-manifest/check-manifest-0.41.ebuild +++ b/dev-python/check-manifest/check-manifest-0.41.ebuild @@ -4,7 +4,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{6,7} ) -#DISTUTILS_USE_SETUPTOOLS=rdepend +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1