diff options
author | 2020-08-30 23:17:03 +0000 | |
---|---|---|
committer | 2020-08-30 23:17:03 +0000 | |
commit | 0a3c127149909be5956f2d7ea15198f4099b9f8e (patch) | |
tree | c53f7ca7543059c3cf1167d72945af7aa81f40cf /dev-python/theano | |
parent | app-office/plan: Port to EAPI 7 (diff) | |
download | gentoo-0a3c127149909be5956f2d7ea15198f4099b9f8e.tar.gz gentoo-0a3c127149909be5956f2d7ea15198f4099b9f8e.tar.bz2 gentoo-0a3c127149909be5956f2d7ea15198f4099b9f8e.zip |
dev-python/theano: Stabilize 1.0.5 x86, #737524
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/theano')
-rw-r--r-- | dev-python/theano/theano-1.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/theano/theano-1.0.5.ebuild b/dev-python/theano/theano-1.0.5.ebuild index 6bee991692fd..5fe377d134e7 100644 --- a/dev-python/theano/theano-1.0.5.ebuild +++ b/dev-python/theano/theano-1.0.5.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux" BDEPEND="test? ( dev-python/parameterized[${PYTHON_USEDEP}] )" RDEPEND=" |