blob: 36276da4466399e62f362227cd01b4d685fe1cee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Sam James <sam@gentoo.org> (2021-03-20)
# jit isn't supported on sparc64 and causes a bus error
# in for grep -P. Debian completely disable it too.
dev-libs/libpcre jit
# Matt Turner <mattst88@gentoo.org> (2019-08-26)
# jit not supported on sparc64
dev-libs/libpcre2 jit
# Anna Vyalkova <cyber+gentoo@sysrq.in> (2022-03-13)
# depends on dev-lisp/sbcl
dev-lisp/alexandria doc
|