diff options
author | Sam James <sam@gentoo.org> | 2021-03-15 03:50:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-15 03:50:32 +0000 |
commit | 3cc6250115fbca78b1b7bef210c84b3ce6c34569 (patch) | |
tree | 91ec6796d9ee4106e2d3afbaa7f03024df54436a /dev-python/mpmath | |
parent | dev-python/nbclient: Stabilize 0.5.2 ALLARCHES, #776100 (diff) | |
download | gentoo-3cc6250115fbca78b1b7bef210c84b3ce6c34569.tar.gz gentoo-3cc6250115fbca78b1b7bef210c84b3ce6c34569.tar.bz2 gentoo-3cc6250115fbca78b1b7bef210c84b3ce6c34569.zip |
dev-python/mpmath: Stabilize 1.2.1 amd64, #776097
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/mpmath')
-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 3ab8f63e5d86..7960b10143a9 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 )" |