diff options
author | 2023-03-11 08:32:53 +0000 | |
---|---|---|
committer | 2023-03-11 08:32:53 +0000 | |
commit | 4be2eb9cef5a92bb85ba093958ff8a69e879b214 (patch) | |
tree | 5c2e902279fcb6367e0bb74b2a8946b70bad5b02 /dev-python/mpmath | |
parent | dev-ruby/unf_ext: Stabilize 0.0.8.2 ppc, #900739 (diff) | |
download | gentoo-4be2eb9cef5a92bb85ba093958ff8a69e879b214.tar.gz gentoo-4be2eb9cef5a92bb85ba093958ff8a69e879b214.tar.bz2 gentoo-4be2eb9cef5a92bb85ba093958ff8a69e879b214.zip |
dev-python/mpmath: Stabilize 1.3.0 ALLARCHES, #900765
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/mpmath')
-rw-r--r-- | dev-python/mpmath/mpmath-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mpmath/mpmath-1.3.0.ebuild b/dev-python/mpmath/mpmath-1.3.0.ebuild index ddc293e2387e..fdc543c3b0b7 100644 --- a/dev-python/mpmath/mpmath-1.3.0.ebuild +++ b/dev-python/mpmath/mpmath-1.3.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 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="gmp matplotlib" RDEPEND=" |