From 3c3c25cb16e7979f017dc3154f7440e9fdc88240 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Tue, 22 Mar 2022 17:57:12 +0100 Subject: profiles: clang profile, add multilib madness MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- profiles/default/linux/amd64/17.1/clang/package.use.force | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 profiles/default/linux/amd64/17.1/clang/package.use.force (limited to 'profiles') 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 -- cgit v1.2.3-65-gdbad