diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:53:49 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:46:12 +0300 |
commit | d89b7db089e851954f2e0fe2db5978fb1ac3a0ae (patch) | |
tree | 3f39d2edd6051cff70249ad9a26ad890ba95d47f /sci-libs/symengine | |
parent | sci-libs/superlu: destabilize for ~x86 (diff) | |
download | gentoo-d89b7db089e851954f2e0fe2db5978fb1ac3a0ae.tar.gz gentoo-d89b7db089e851954f2e0fe2db5978fb1ac3a0ae.tar.bz2 gentoo-d89b7db089e851954f2e0fe2db5978fb1ac3a0ae.zip |
sci-libs/symengine: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/symengine')
-rw-r--r-- | sci-libs/symengine/symengine-0.9.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/symengine/symengine-0.9.0-r3.ebuild b/sci-libs/symengine/symengine-0.9.0-r3.ebuild index ae4af472a02d..4613603523e6 100644 --- a/sci-libs/symengine/symengine-0.9.0-r3.ebuild +++ b/sci-libs/symengine/symengine-0.9.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/symengine/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" # BUILD_FOR_DISTRIBUTION enables threads by default so do it here IUSE="arb benchmarks boost debug doc ecm +flint llvm +mpc +mpfr openmp test tcmalloc +threads" RESTRICT="!test? ( test )" |