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/sympy/
Date: Mon, 31 Aug 2020 13:49:31
Message-Id: 1598881762.b7e2771a59def62a3db13a040eb1c49876611746.sam@gentoo
1 commit: b7e2771a59def62a3db13a040eb1c49876611746
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 13:47:54 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 13:49:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e2771a
7
8 dev-python/sympy: Stabilize 1.6.1 amd64, #737524
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/sympy/sympy-1.6.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/sympy/sympy-1.6.1.ebuild b/dev-python/sympy/sympy-1.6.1.ebuild
16 index 9621d01bb7d..e08f3345f36 100644
17 --- a/dev-python/sympy/sympy-1.6.1.ebuild
18 +++ b/dev-python/sympy/sympy-1.6.1.ebuild
19 @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${P}"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
24 +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
25 IUSE="examples imaging ipython latex mathml opengl pdf png pyglet symengine test texmacs theano"
26 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
27 RESTRICT="!test? ( test )"