diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-22 13:12:01 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-22 13:12:01 +0100 |
commit | 7e477c65ce6a74a73a7eb97e4ee43000433e26c2 (patch) | |
tree | a69017596d77907834d8f51b79d23045b67888ac /dev-python/theano | |
parent | dev-python/sympy: x86 stable wrt bug #706338 (diff) | |
download | gentoo-7e477c65ce6a74a73a7eb97e4ee43000433e26c2.tar.gz gentoo-7e477c65ce6a74a73a7eb97e4ee43000433e26c2.tar.bz2 gentoo-7e477c65ce6a74a73a7eb97e4ee43000433e26c2.zip |
dev-python/theano: x86 stable wrt bug #706338
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/theano')
-rw-r--r-- | dev-python/theano/theano-1.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/theano/theano-1.0.4.ebuild b/dev-python/theano/theano-1.0.4.ebuild index f68538de78c5..5652fc9d1c4c 100644 --- a/dev-python/theano/theano-1.0.4.ebuild +++ b/dev-python/theano/theano-1.0.4.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/T/${PN^}/${PN^}-${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" |