diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-03-22 17:57:12 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-03-22 17:58:02 +0100 |
commit | 3c3c25cb16e7979f017dc3154f7440e9fdc88240 (patch) | |
tree | 5189b15642c10293d81501c16194818a19bff6a6 /profiles/default | |
parent | sys-libs/glibc: Improve clang override (diff) | |
download | gentoo-3c3c25cb16e7979f017dc3154f7440e9fdc88240.tar.gz gentoo-3c3c25cb16e7979f017dc3154f7440e9fdc88240.tar.bz2 gentoo-3c3c25cb16e7979f017dc3154f7440e9fdc88240.zip |
profiles: clang profile, add multilib madness
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/amd64/17.1/clang/package.use.force | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/profiles/default/linux/amd64/17.1/clang/package.use.force b/profiles/default/linux/amd64/17.1/clang/package.use.force new file mode 100644 index 000000000000..188a54d7db3d --- /dev/null +++ b/profiles/default/linux/amd64/17.1/clang/package.use.force @@ -0,0 +1,15 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# in a multilib profile we need multilib madness +dev-libs/libffi abi_x86_32 abi_x86_64 +dev-libs/libxml2 abi_x86_32 abi_x86_64 +sys-devel/clang abi_x86_32 abi_x86_64 +sys-devel/clang-runtime abi_x86_32 abi_x86_64 +sys-devel/llvm abi_x86_32 abi_x86_64 +sys-libs/libcxxabi abi_x86_32 abi_x86_64 +sys-libs/libcxx abi_x86_32 abi_x86_64 +sys-libs/libunwind abi_x86_32 abi_x86_64 +sys-libs/llvm-libunwind abi_x86_32 abi_x86_64 +sys-libs/ncurses abi_x86_32 abi_x86_64 +sys-libs/zlib abi_x86_32 abi_x86_64 |