commit: 0c8f484e641f6cc827714d436b9f4d2f7b1650ba Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Mon Aug 26 23:58:35 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Tue Aug 27 00:20:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c8f484e
profiles/arch/riscv: mask USE=qd for sci-libs/fplll Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 289258c83738..6e583907a258 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,12 @@ # Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michael Orlitzky <[email protected]> (2024-08-26) +# There's an unexplained test failure in sci-libs/qd that I've emailed +# the authors about. Until we know what's up with that, USE=qd should +# remain masked for consumers. +sci-libs/fplll qd + # Andreas Sturmlechner <[email protected]> (2024-07-06) # KDE PIM is not keyworded here kde-apps/libkgapi:5 kf6compat
