commit: 3c3c25cb16e7979f017dc3154f7440e9fdc88240 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Tue Mar 22 16:57:12 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Tue Mar 22 16:58:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3c25cb
profiles: clang profile, add multilib madness Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/default/linux/amd64/17.1/clang/package.use.force | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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