commit: eb968407cfa58d32d37d8cc8687dca78f8656d3c
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 4 12:36:45 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Feb 4 14:21:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb968407
dev-python/theano: Chop DESCRIPTION to 80 chars
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/theano/theano-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/theano/theano-0.6.0.ebuild
b/dev-python/theano/theano-0.6.0.ebuild
index 23aedb6..09384e6 100644
--- a/dev-python/theano/theano-0.6.0.ebuild
+++ b/dev-python/theano/theano-0.6.0.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1 versionator
MYPN=Theano
MYP=${MYPN}-$(replace_version_separator 3 '')
-DESCRIPTION="Python library to define and optimize multi-dimensional arrays
mathematical expressions"
+DESCRIPTION="Define and optimize multi-dimensional arrays mathematical
expressions"
HOMEPAGE="https://github.com/Theano/Theano"
SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"