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 AD095138359 for ; Sun, 23 Aug 2020 12:19:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF30AE07D8; Sun, 23 Aug 2020 12:19:09 +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 B6B65E07D8 for ; Sun, 23 Aug 2020 12:19:09 +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 7444F33BE58 for ; Sun, 23 Aug 2020 12:19:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC7982EC for ; Sun, 23 Aug 2020 12:19:06 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1598185134.9c0fa37db6507050b61c92ad61023bac903eaa67.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycuda/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pycuda/pycuda-2019.1.2.ebuild X-VCS-Directories: dev-python/pycuda/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9c0fa37db6507050b61c92ad61023bac903eaa67 X-VCS-Branch: master Date: Sun, 23 Aug 2020 12:19:06 +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: 1e908f8f-d663-43fc-8732-740a70f8efcb X-Archives-Hash: ab0c9ac1543079161b5c1605ebc5e7a5 commit: 9c0fa37db6507050b61c92ad61023bac903eaa67 Author: David Seifert gentoo org> AuthorDate: Sun Aug 23 12:18:54 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Aug 23 12:18:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0fa37d dev-python/pycuda: Do not depend on setuptools Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: David Seifert gentoo.org> dev-python/pycuda/pycuda-2019.1.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pycuda/pycuda-2019.1.2.ebuild b/dev-python/pycuda/pycuda-2019.1.2.ebuild index cc21cbd6b06..054b9a6a516 100644 --- a/dev-python/pycuda/pycuda-2019.1.2.ebuild +++ b/dev-python/pycuda/pycuda-2019.1.2.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) +DISTUTILS_USE_SETUPTOOLS=no inherit cuda distutils-r1