commit: eb3d502edf2348db220e58f59a52de84db89ebe3 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Mon Feb 8 18:52:31 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Mon Feb 8 18:53:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb3d502e
profiles: state the obvious for llvm on riscv Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/arch/riscv/package.use.force | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/riscv/package.use.force b/profiles/arch/riscv/package.use.force new file mode 100644 index 00000000000..28b2d254c04 --- /dev/null +++ b/profiles/arch/riscv/package.use.force @@ -0,0 +1,6 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# we, kinda, need this on riscv ... +sys-devel/llvm llvm_targets_RISCV +sys-devel/clang llvm_targets_RISCV
