diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-13 12:08:16 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-13 12:08:16 +0200 |
commit | 10768f2806d00f0ca2981b50d71ea7aa13d8d599 (patch) | |
tree | 848f423e78b1aa96427ab6f36257882a2fe137e9 /dev-python/mpmath | |
parent | x11-wm/openbox: x86 stable wrt bug #722488 (diff) | |
download | gentoo-10768f2806d00f0ca2981b50d71ea7aa13d8d599.tar.gz gentoo-10768f2806d00f0ca2981b50d71ea7aa13d8d599.tar.bz2 gentoo-10768f2806d00f0ca2981b50d71ea7aa13d8d599.zip |
dev-python/mpmath: x86 stable wrt bug #722534
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/mpmath')
-rw-r--r-- | dev-python/mpmath/mpmath-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mpmath/mpmath-1.1.0.ebuild b/dev-python/mpmath/mpmath-1.1.0.ebuild index 35b270119329..83effa8f6031 100644 --- a/dev-python/mpmath/mpmath-1.1.0.ebuild +++ b/dev-python/mpmath/mpmath-1.1.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/fredrik-johansson/${PN}/archive/${PV}.tar.gz -> ${P} LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="gmp matplotlib test" RESTRICT="!test? ( test )" |