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: Mon, 31 Aug 2020 13:49:31
Message-Id: 1598881764.c71aac0ae0ba4c4ff36f934c608b0ee7d62653a1.sam@gentoo
1 commit: c71aac0ae0ba4c4ff36f934c608b0ee7d62653a1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 13:47:57 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 13:49:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71aac0a
7
8 sci-libs/symengine: Stabilize 0.6.0 amd64, #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 4feb7c86fc0..2c9b5a766fd 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 )"