commit: 76ea1551d3832ae4ebc247ecf7908457daf01e41
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 18:07:13 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 19:24:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ea1551
dev-python/theano: splitting the optfeature to actually install
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/theano/theano-0.8.2.ebuild | 5 ++---
1 file 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 c48464f..e6dd721 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
}