diff --git a/dev-python/theano/theano-0.8.2.ebuild b/dev-python/theano/theano-0.8.2.ebuild index c48464fcf75c5..e6dd721c037a3 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 }