diff options
author | 2022-03-19 18:57:34 +0100 | |
---|---|---|
committer | 2022-03-19 18:58:23 +0100 | |
commit | b67e54b2dd91a6189b1b11d6f9797e0dc49eab32 (patch) | |
tree | 4aaf7e6e6634f5772f4708b8354681c656b9bcb6 /profiles/features | |
parent | profiles: last-rite sys-block/megarc (diff) | |
download | gentoo-b67e54b2dd91a6189b1b11d6f9797e0dc49eab32.tar.gz gentoo-b67e54b2dd91a6189b1b11d6f9797e0dc49eab32.tar.bz2 gentoo-b67e54b2dd91a6189b1b11d6f9797e0dc49eab32.zip |
profiles: clang: mask perl quadmath
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/clang/package.use.mask | 5 |
1 files changed, 5 insertions, 0 deletions
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 |