Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/theano/
Date: Mon, 13 Sep 2021 18:10:35
Message-Id: 1631555918.4470d7c019e7a743f3118e7080a919398a64ac00.jsmolic@gentoo
1 commit: 4470d7c019e7a743f3118e7080a919398a64ac00
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 13 17:58:38 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 13 17:58:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4470d7c0
7
8 dev-python/theano: Fix DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/812962
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 dev-python/theano/theano-1.0.5-r1.ebuild | 1 -
14 1 file changed, 1 deletion(-)
15
16 diff --git a/dev-python/theano/theano-1.0.5-r1.ebuild b/dev-python/theano/theano-1.0.5-r1.ebuild
17 index aa340176494..88af2c3b484 100644
18 --- a/dev-python/theano/theano-1.0.5-r1.ebuild
19 +++ b/dev-python/theano/theano-1.0.5-r1.ebuild
20 @@ -4,7 +4,6 @@
21 EAPI=7
22
23 PYTHON_COMPAT=( python3_{7..9} )
24 -DISTUTILS_USE_SETUPTOOLS=rdepend
25
26 inherit distutils-r1 optfeature