commit: 1bf52040c6aeb618fc72885857ae1bfdd3333a49 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Apr 20 17:27:51 2019 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Apr 20 17:27:51 2019 +0000 URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=1bf52040
profiles: mask libpcre jit flag, not supported yet Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask new file mode 100644 index 0000000..e89ccfe --- /dev/null +++ b/profiles/arch/riscv/package.use.mask @@ -0,0 +1,4 @@ + +# This doesn't work for (any) riscv yet. +dev-libs/libpcre2 jit +dev-libs/libpcre jit
