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 B1944138239 for ; Sat, 7 Dec 2019 16:59:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CC59E0855; Sat, 7 Dec 2019 16:59:03 +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 99E7DE0855 for ; Sat, 7 Dec 2019 16:59:02 +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 B27E634D881 for ; Sat, 7 Dec 2019 16:59:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 442508D2 for ; Sat, 7 Dec 2019 16:59:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1575737934.cfdfd8c30a9aec68b34a958cc7e28cf823489f64.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/tests/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/tests/distutils-r1.sh X-VCS-Directories: eclass/tests/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cfdfd8c30a9aec68b34a958cc7e28cf823489f64 X-VCS-Branch: master Date: Sat, 7 Dec 2019 16:59:00 +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: 3889a4ab-3070-4f82-8d92-798b6146e7f6 X-Archives-Hash: 31fbb73db62949c51aee8cf81eb1a03c commit: cfdfd8c30a9aec68b34a958cc7e28cf823489f64 Author: Michał Górny gentoo org> AuthorDate: Sat Dec 7 16:58:09 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 7 16:58:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfdfd8c3 eclass/tests/distutils-r1.sh: Disable setuptools dep Signed-off-by: Michał Górny gentoo.org> eclass/tests/distutils-r1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/tests/distutils-r1.sh b/eclass/tests/distutils-r1.sh index d5f3e2812ca..d251f85a5eb 100755 --- a/eclass/tests/distutils-r1.sh +++ b/eclass/tests/distutils-r1.sh @@ -47,6 +47,7 @@ test-distutils_enable_tests() { tend ${ret} } +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 tbegin "sane function names"