commit: b67e54b2dd91a6189b1b11d6f9797e0dc49eab32 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Mar 19 17:57:34 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Mar 19 17:58:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b67e54b2
profiles: clang: mask perl quadmath Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/features/clang/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/features/clang/package.use.mask b/profiles/features/clang/package.use.mask new file mode 100644 index 000000000000..2aa65931d7b2 --- /dev/null +++ b/profiles/features/clang/package.use.mask @@ -0,0 +1,5 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# libquadmath is gcc-specific +dev-lang/perl quadmath
