Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/symengine/
Date: Sun, 30 Aug 2020 23:18:33
Message-Id: 1598829424.20ad22e9ff84cb1d199a7d12f8f408d43c7509b8.sam@gentoo
1 commit: 20ad22e9ff84cb1d199a7d12f8f408d43c7509b8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 23:17:04 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 23:17:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ad22e9
7
8 sci-libs/symengine: Stabilize 0.6.0 x86, #737524
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-libs/symengine/symengine-0.6.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-libs/symengine/symengine-0.6.0.ebuild b/sci-libs/symengine/symengine-0.6.0.ebuild
16 index f1f0af9df4f..4feb7c86fc0 100644
17 --- a/sci-libs/symengine/symengine-0.6.0.ebuild
18 +++ b/sci-libs/symengine/symengine-0.6.0.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/sympy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0/0.4"
23 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
25 IUSE="arb benchmarks boost debug doc ecm flint llvm mpc mpfr openmp test tcmalloc threads"
26 RESTRICT="!test? ( test )"