diff options
author | 2021-12-05 00:13:04 +0100 | |
---|---|---|
committer | 2021-12-05 12:18:45 +0100 | |
commit | 6890ef4bc1a8b3a67c9da1059091ffe775d4083b (patch) | |
tree | 52a5ff095a4f17bb56b99a4cfd6109455382180d /profiles/features/clang/package.mask | |
parent | sys-libs/glibc: Update live ebuild (diff) | |
download | gentoo-6890ef4bc1a8b3a67c9da1059091ffe775d4083b.tar.gz gentoo-6890ef4bc1a8b3a67c9da1059091ffe775d4083b.tar.bz2 gentoo-6890ef4bc1a8b3a67c9da1059091ffe775d4083b.zip |
profiles: add clang profile feature
Signed-off-by: Alex Revin <2b57@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/23187
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/features/clang/package.mask')
-rw-r--r-- | profiles/features/clang/package.mask | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/profiles/features/clang/package.mask b/profiles/features/clang/package.mask new file mode 100644 index 00000000000..0b6b883d274 --- /dev/null +++ b/profiles/features/clang/package.mask @@ -0,0 +1,16 @@ +# mask LLVM 13, since it breaks tcl, which breaks sqlite and so on + +>sys-devel/llvm-12.0.1 +>sys-devel/llvm-common-12.0.1 + +>sys-libs/compiler-rt-12.0.1 +>sys-libs/compiler-rt-sanitizers-12.0.1 + +>sys-devel/clang-12.0.1 +>sys-devel/clang-common-12.0.1 +>sys-devel/clang-runtime-12.0.1 + +>sys-devel/lld-12.0.1 +>sys-libs/libcxx-12.0.1 +>sys-libs/libcxxabi-12.0.1 +>sys-libs/llvm-libunwind-12.0.1 |