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 730BC138350 for ; Wed, 15 Apr 2020 05:33:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9285FE0815; Wed, 15 Apr 2020 05:33:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 7E66AE0815 for ; Wed, 15 Apr 2020 05:33:08 +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 5622B34F304 for ; Wed, 15 Apr 2020 05:33:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C36221D5 for ; Wed, 15 Apr 2020 05:33:04 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1586928449.3090b1cde1c059f3922d6f05c82940756888036a.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/glep63-check/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/glep63-check/glep63-check-9.ebuild X-VCS-Directories: app-crypt/glep63-check/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 3090b1cde1c059f3922d6f05c82940756888036a X-VCS-Branch: master Date: Wed, 15 Apr 2020 05:33:04 +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: f7eab701-81b6-4fbb-b972-8555a8159f48 X-Archives-Hash: 3f45036cea6dc5f19a34cf112572b72a commit: 3090b1cde1c059f3922d6f05c82940756888036a Author: Mike Gilbert gentoo org> AuthorDate: Wed Apr 15 05:27:29 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Apr 15 05:27:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3090b1cd app-crypt/glep63-check: DISTUTILS_USE_SETUPTOOLS=no Package-Manager: Portage-2.3.99_p1, Repoman-2.3.22_p30 Signed-off-by: Mike Gilbert gentoo.org> app-crypt/glep63-check/glep63-check-9.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-crypt/glep63-check/glep63-check-9.ebuild b/app-crypt/glep63-check/glep63-check-9.ebuild index 3e013ca5ed3..19655a3b7bc 100644 --- a/app-crypt/glep63-check/glep63-check-9.ebuild +++ b/app-crypt/glep63-check/glep63-check-9.ebuild @@ -4,6 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1