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: Sun, 30 Aug 2020 23:18:34
Message-Id: 1598829423.d821d777a6e75e4213ddd3bbe2fd227c52e2ad2e.sam@gentoo
1 commit: d821d777a6e75e4213ddd3bbe2fd227c52e2ad2e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 23:17:03 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 23:17:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d821d777
7
8 dev-python/sympy: Stabilize 1.6.1 x86, #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 adb5f1ab365..9621d01bb7d 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 )"