Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/theano/
Date: Sun, 02 Aug 2020 22:28:01
Message-Id: 1596406967.3672e87eec86bdc2a4cbf1c5fb4b30b421b737de.sam@gentoo
1 commit: 3672e87eec86bdc2a4cbf1c5fb4b30b421b737de
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 2 22:22:36 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 22:22:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3672e87e
7
8 dev-python/theano: use correct DISTUTILS_USE_SETUPTOOLS
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/theano/theano-1.0.5.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-python/theano/theano-1.0.5.ebuild b/dev-python/theano/theano-1.0.5.ebuild
17 index 9adbc14e397..375aa654122 100644
18 --- a/dev-python/theano/theano-1.0.5.ebuild
19 +++ b/dev-python/theano/theano-1.0.5.ebuild
20 @@ -4,6 +4,7 @@
21 EAPI=7
22
23 PYTHON_COMPAT=( python3_{7,8,9} )
24 +DISTUTILS_USE_SETUPTOOLS=rdepend
25
26 inherit distutils-r1 eutils