diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2017-01-04 18:07:13 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2017-01-04 19:24:33 +0000 |
commit | 76ea1551d3832ae4ebc247ecf7908457daf01e41 (patch) | |
tree | 63cdd47e93eeb445d0861acfeca763abfb817b75 /dev-python/theano | |
parent | kde-misc/kolor-manager: Drop slot 4 (diff) | |
download | gentoo-76ea1551d3832ae4ebc247ecf7908457daf01e41.tar.gz gentoo-76ea1551d3832ae4ebc247ecf7908457daf01e41.tar.bz2 gentoo-76ea1551d3832ae4ebc247ecf7908457daf01e41.zip |
dev-python/theano: splitting the optfeature to actually install
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/theano')
-rw-r--r-- | dev-python/theano/theano-0.8.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/theano/theano-0.8.2.ebuild b/dev-python/theano/theano-0.8.2.ebuild index c48464fcf75c..e6dd721c037a 100644 --- a/dev-python/theano/theano-0.8.2.ebuild +++ b/dev-python/theano/theano-0.8.2.ebuild @@ -48,7 +48,6 @@ python_test() { } pkg_postinst() { - optfeature \ - "Make picture of Theano computation graph" dev-python/pydot-ng \ - "Required for GPU/CPU code generation" dev-python/pygpu + optfeature "Make picture of Theano computation graph" dev-python/pydot-ng + optfeature "Required for GPU/CPU code generation" dev-python/pygpu } |