diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-16 21:13:44 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-16 21:13:44 +0300 |
commit | 656a1fafe86d5a74195036879ea3af05dcbd7d5d (patch) | |
tree | 2327680fca3b03046a8a6c4e6ca1dbfd6138673d /media-gfx | |
parent | toolchain-funcs.eclass: tc-ld-force-bfd: mangle CFLAGS, CXXFLAGS too (diff) | |
download | gentoo-656a1fafe86d5a74195036879ea3af05dcbd7d5d.tar.gz gentoo-656a1fafe86d5a74195036879ea3af05dcbd7d5d.tar.bz2 gentoo-656a1fafe86d5a74195036879ea3af05dcbd7d5d.zip |
media-gfx/solvespace: Keyword 3.1-r1 arm64, #938015
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/solvespace/solvespace-3.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/solvespace/solvespace-3.1-r1.ebuild b/media-gfx/solvespace/solvespace-3.1-r1.ebuild index 06cc74938497..c7343757219f 100644 --- a/media-gfx/solvespace/solvespace-3.1-r1.ebuild +++ b/media-gfx/solvespace/solvespace-3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,7 +30,7 @@ SRC_URI="https://github.com/solvespace/solvespace/archive/v${PV}.tar.gz -> ${P}. # + mimalloc (MIT) IUSE="openmp +system-mimalloc" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" LICENSE="BitstreamVera GPL-2+ GPL-3+ !system-mimalloc? ( MIT )" SLOT="0" |