diff options
author | David Seifert <soap@gentoo.org> | 2020-09-07 10:52:19 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-07 10:52:19 +0200 |
commit | 0c84446f731d3f66a71397522c5d8e423a0ac3ef (patch) | |
tree | 91926a36e0bb33333db5df8ca064b4de39cc7ae4 /dev-python/theano | |
parent | dev-python/texttable: Inherit optfeature.eclass (diff) | |
download | gentoo-0c84446f731d3f66a71397522c5d8e423a0ac3ef.tar.gz gentoo-0c84446f731d3f66a71397522c5d8e423a0ac3ef.tar.bz2 gentoo-0c84446f731d3f66a71397522c5d8e423a0ac3ef.zip |
dev-python/theano: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/theano')
-rw-r--r-- | dev-python/theano/theano-1.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/theano/theano-1.0.5.ebuild b/dev-python/theano/theano-1.0.5.ebuild index f96083149264..ca434f006540 100644 --- a/dev-python/theano/theano-1.0.5.ebuild +++ b/dev-python/theano/theano-1.0.5.ebuild @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 eutils +inherit distutils-r1 optfeature MY_P=${P^} |