commit:     8e2bb119bd83826fff9cc1e459b7c4cee9f426fc
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 17 08:39:19 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 09:05:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2bb119

profiles/arch/powerpc/ppc32/package.mask: mask compiler-rt packages

Even with USE=clang sys-libs/compiler-rt installs no runtime files
on ppc32. That gives false impression that it's a supported
configuration.

Let's mask sys-libs/compiler-rt and sys-libs/compiler-rt-sanitizers
(which depends on sys-libs/compiler-rt file presence) to ease
USE-masking of packages that pull in these dependencies.

Bug: bugs.gentoo.org/708344
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 profiles/arch/powerpc/ppc32/package.mask | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/profiles/arch/powerpc/ppc32/package.mask 
b/profiles/arch/powerpc/ppc32/package.mask
new file mode 100644
index 00000000000..ba036c8865b
--- /dev/null
+++ b/profiles/arch/powerpc/ppc32/package.mask
@@ -0,0 +1,8 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Sergei Trofimovich <[email protected]> (2021-02-17)
+# Not ported to ppc32. See ALL_.*_SUPPORTED_ARCH
+# in compiler-rt/cmake/. Bug #708344
+sys-libs/compiler-rt
+sys-libs/compiler-rt-sanitizers

Reply via email to