Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mpmath/
Date: Tue, 27 Oct 2020 19:58:58
Message-Id: 1603828525.90055b93c2a9cde8afe7b37f55e1a0dffc6116ba.sam@gentoo
1 commit: 90055b93c2a9cde8afe7b37f55e1a0dffc6116ba
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 27 19:55:25 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 19:55:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90055b93
7
8 dev-python/mpmath: Keyword 1.1.0 arm64, #749927
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/mpmath/mpmath-1.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/mpmath/mpmath-1.1.0.ebuild b/dev-python/mpmath/mpmath-1.1.0.ebuild
16 index 6c2236b75bc..27e6324e021 100644
17 --- a/dev-python/mpmath/mpmath-1.1.0.ebuild
18 +++ b/dev-python/mpmath/mpmath-1.1.0.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/fredrik-johansson/${PN}/archive/${PV}.tar.gz -> ${P}
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
25 IUSE="gmp matplotlib test"
26 RESTRICT="!test? ( test )"