commit: f455b0a971d5e43fb787b9e8bc7565fce3f8ff71 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Thu Dec 1 20:08:18 2022 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sun Dec 4 22:21:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f455b0a9
profiles/arch/base: mask gcc[ieee-long-double] We will unmask it on relevant ppc64le profiles once ready. Bug: https://bugs.gentoo.org/882815 Closes: https://github.com/gentoo/gentoo/pull/28419 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> profiles/arch/base/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 7db6c9601a3c..cfb208578910 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Georgy Yakovlev <[email protected]> (2022-12-01) +# Only supported on ppc64le. +sys-devel/gcc ieee-long-double + # Michał Górny <[email protected]> (2022-12-01) # Not widely keyworded. app-alternatives/awk nawk
