Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/theano/
Date: Thu, 29 Dec 2016 10:06:24
Message-Id: 1483005850.90d2fc18de4f426ebc1d8a1c6397b5d11d52c041.ago@gentoo
1 commit: 90d2fc18de4f426ebc1d8a1c6397b5d11d52c041
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 10:04:10 2016 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 10:04:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d2fc18
7
8 dev-python/theano: amd64 stable wrt bug #593076
9
10 Package-Manager: portage-2.3.0
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-python/theano/theano-0.7.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/theano/theano-0.7.0.ebuild b/dev-python/theano/theano-0.7.0.ebuild
18 index 46e5945..ec48daa 100644
19 --- a/dev-python/theano/theano-0.7.0.ebuild
20 +++ b/dev-python/theano/theano-0.7.0.ebuild
21 @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"
22 SLOT="0"
23 LICENSE="BSD"
24 IUSE="test"
25 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
26 +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
27
28 RDEPEND="
29 >=dev-python/numpy-1.6.2[${PYTHON_USEDEP}]