diff options
author | Sam James <sam@gentoo.org> | 2021-03-15 03:50:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-15 03:50:24 +0000 |
commit | 39df29eba443d4f28137564b7137d75f2455feb9 (patch) | |
tree | db4c1f5f7fe00a5131504e8558c043bda74c098a /dev-python/mpmath/mpmath-1.2.1.ebuild | |
parent | net-misc/youtube-dl: Stabilize 2021.03.03 ALLARCHES, #776160 (diff) | |
download | gentoo-39df29eba443d4f28137564b7137d75f2455feb9.tar.gz gentoo-39df29eba443d4f28137564b7137d75f2455feb9.tar.bz2 gentoo-39df29eba443d4f28137564b7137d75f2455feb9.zip |
dev-python/mpmath: Stabilize 1.2.1 x86, #776097
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/mpmath/mpmath-1.2.1.ebuild')
-rw-r--r-- | dev-python/mpmath/mpmath-1.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mpmath/mpmath-1.2.1.ebuild b/dev-python/mpmath/mpmath-1.2.1.ebuild index ee062f0cf511..3ab8f63e5d86 100644 --- a/dev-python/mpmath/mpmath-1.2.1.ebuild +++ b/dev-python/mpmath/mpmath-1.2.1.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 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="gmp matplotlib test" RESTRICT="!test? ( test )" |