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 ACBDE138359 for ; Sun, 2 Aug 2020 22:28:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0496E0844; Sun, 2 Aug 2020 22:28:00 +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 A14DDE0844 for ; Sun, 2 Aug 2020 22:28:00 +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 371ED34F306 for ; Sun, 2 Aug 2020 22:27:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A69722CC for ; Sun, 2 Aug 2020 22:27:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1596406967.3672e87eec86bdc2a4cbf1c5fb4b30b421b737de.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/theano/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/theano/theano-1.0.5.ebuild X-VCS-Directories: dev-python/theano/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3672e87eec86bdc2a4cbf1c5fb4b30b421b737de X-VCS-Branch: master Date: Sun, 2 Aug 2020 22:27:57 +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: dc6abc07-a248-4601-92d3-d224762bfedf X-Archives-Hash: dd94ca27995cb565f35c9b2c3c9c746d commit: 3672e87eec86bdc2a4cbf1c5fb4b30b421b737de Author: Sam James gentoo org> AuthorDate: Sun Aug 2 22:22:36 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 2 22:22:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3672e87e dev-python/theano: use correct DISTUTILS_USE_SETUPTOOLS Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-python/theano/theano-1.0.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/theano/theano-1.0.5.ebuild b/dev-python/theano/theano-1.0.5.ebuild index 9adbc14e397..375aa654122 100644 --- a/dev-python/theano/theano-1.0.5.ebuild +++ b/dev-python/theano/theano-1.0.5.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 eutils