commit: eead4228b523e0fb106ea8e3d82de6cb6a81d116 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sun Sep 8 16:48:53 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Sep 8 16:51:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eead4228
profiles/arch/mips: mask dependents on <llvm-18 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> profiles/arch/mips/package.mask | 6 +++++- profiles/arch/mips/package.use.mask | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/profiles/arch/mips/package.mask b/profiles/arch/mips/package.mask index ddd3628b28a4..075af48b2fa7 100644 --- a/profiles/arch/mips/package.mask +++ b/profiles/arch/mips/package.mask @@ -1,6 +1,10 @@ -# Copyright 2006-2023 Gentoo Authors +# Copyright 2006-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Arthur Zamarin <[email protected]> (2024-09-08) +# requires <llvm-18 +dev-lang/spidermonkey:102 + # matoro <[email protected]> (2023-12-15) # Broken on BE and no way to test on LE, mask for now # https://github.com/libjxl/libjxl/issues/2433 diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index feff9f868199..063f0f472218 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Arthur Zamarin <[email protected]> (2024-09-08) +# requires <llvm-18 +dev-db/postgresql llvm_slot_15 llvm_slot_16 llvm_slot_17 +media-libs/mesa llvm_slot_15 llvm_slot_16 llvm_slot_17 + # Arthur Zamarin <[email protected]> (2024-09-08) # needs libgdata[gnome-online-accounts], depends on net-libs/webkit-gtk gnome-base/gvfs google test
