mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 15:19:09 +02:00
I should've done this inb8682da93d
. Bug: https://bugs.gentoo.org/728558 Fixes:b8682da93d
Signed-off-by: Sam James <sam@gentoo.org>
13 lines
402 B
Text
13 lines
402 B
Text
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# Sam James <sam@gentoo.org> (2020-10-05)
|
|
# Guile only supports JIT on some arches
|
|
# (armv7 only for arm)
|
|
# (See 9.3.8 in the Guile manual)
|
|
dev-scheme/guile -jit
|
|
|
|
# Sam James <sam@gentoo.org> (2020-06-27)
|
|
# Tests require Valgrind, available on armv7a
|
|
dev-libs/rapidjson -test
|
|
sys-apps/proot -test
|