Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sympy/
Date: Wed, 06 Jan 2021 22:30:24
Message-Id: 1609971995.8c2f7fa1f3193c67afce25a6e3c72940d097a09c.grobian@gentoo
1 commit: 8c2f7fa1f3193c67afce25a6e3c72940d097a09c
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 22:26:35 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 22:26:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c2f7fa1
7
8 dev-python/sympy: drop x86-macos
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 dev-python/sympy/sympy-1.6.2.ebuild | 4 ++--
14 dev-python/sympy/sympy-1.7.1-r1.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/sympy/sympy-1.6.2.ebuild b/dev-python/sympy/sympy-1.6.2.ebuild
18 index 33075c322d1..e389acdbe48 100644
19 --- a/dev-python/sympy/sympy-1.6.2.ebuild
20 +++ b/dev-python/sympy/sympy-1.6.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${P}"
28
29 LICENSE="BSD"
30 SLOT="0"
31 -KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
32 +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
33 IUSE="examples imaging ipython latex mathml opengl pdf png pyglet symengine test texmacs theano"
34 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
35 RESTRICT="!test? ( test )"
36
37 diff --git a/dev-python/sympy/sympy-1.7.1-r1.ebuild b/dev-python/sympy/sympy-1.7.1-r1.ebuild
38 index f41b65b6391..6d8ec81ca1c 100644
39 --- a/dev-python/sympy/sympy-1.7.1-r1.ebuild
40 +++ b/dev-python/sympy/sympy-1.7.1-r1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2020 Gentoo Authors
43 +# Copyright 1999-2021 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${P}"
48
49 LICENSE="BSD"
50 SLOT="0"
51 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
52 +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
53 IUSE="examples imaging ipython latex mathml opengl pdf png pyglet symengine test texmacs theano"
54 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
55 RESTRICT="!test? ( test )"