diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-12-29 11:33:32 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-12-29 11:44:17 +0100 |
commit | 3b99b147cc26c3bdd0acfdbb77fd560b4397ae25 (patch) | |
tree | 7e486fe216f1f381b6fa351ca572a0f712ffcbdc /dev-python | |
parent | dev-python/sympy: x86 stable wrt bug #593076 (diff) | |
download | gentoo-3b99b147cc26c3bdd0acfdbb77fd560b4397ae25.tar.gz gentoo-3b99b147cc26c3bdd0acfdbb77fd560b4397ae25.tar.bz2 gentoo-3b99b147cc26c3bdd0acfdbb77fd560b4397ae25.zip |
dev-python/mpmath: x86 stable wrt bug #593076
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/mpmath/mpmath-0.19-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mpmath/mpmath-0.19-r1.ebuild b/dev-python/mpmath/mpmath-0.19-r1.ebuild index 7316ce9a419d..509009e57801 100644 --- a/dev-python/mpmath/mpmath-0.19-r1.ebuild +++ b/dev-python/mpmath/mpmath-0.19-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI="http://mpmath.org/files/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc examples gmp matplotlib test" |