summaryrefslogtreecommitdiff
path: root/dev-python/theano
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2017-01-04 18:07:13 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2017-01-04 19:24:33 +0000
commit76ea1551d3832ae4ebc247ecf7908457daf01e41 (patch)
tree63cdd47e93eeb445d0861acfeca763abfb817b75 /dev-python/theano
parent769e420c537c7c513d70249f655f3127f143a197 (diff)
downloadgentoo-76ea1551d3832ae4ebc247ecf7908457daf01e41.tar.gz
gentoo-76ea1551d3832ae4ebc247ecf7908457daf01e41.tar.xz
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.ebuild5
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 c48464fcf75..e6dd721c037 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
}