diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-29 19:06:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-29 19:06:03 +0100 |
commit | cbca075113ee896415c36d622bfe45857788237d (patch) | |
tree | d5ff53a05728920f47d77298ce5777b081c1412c /sci-libs/symengine | |
parent | dev-python/protobuf-python: Enable py3.12 in 4.21.9 (diff) | |
download | gentoo-cbca075113ee896415c36d622bfe45857788237d.tar.gz gentoo-cbca075113ee896415c36d622bfe45857788237d.tar.bz2 gentoo-cbca075113ee896415c36d622bfe45857788237d.zip |
sci-libs/symengine: Stabilize 0.11.1 arm64, #918862
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/symengine')
-rw-r--r-- | sci-libs/symengine/symengine-0.11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/symengine/symengine-0.11.1.ebuild b/sci-libs/symengine/symengine-0.11.1.ebuild index 7091ded60ca0..8be9f3a48539 100644 --- a/sci-libs/symengine/symengine-0.11.1.ebuild +++ b/sci-libs/symengine/symengine-0.11.1.ebuild @@ -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 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm arm64 ~loong ~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 )" |