commit: 7e4386a065e8cd8630c245520743cbb892a6edb6 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Wed Mar 5 11:48:39 2025 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Mar 5 11:51:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4386a0
profiles/base: package.use.force thunderbird[rust-extensions] >=136 - the newly introduced release channel doesn't compile without rust-extensions. Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> profiles/base/package.use.force | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 1b44176c4132..1f239ebb9cb8 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Joonas Niilola <[email protected]> (2025-03-05) +# 136.0 can't be compiled with "-rust-extensions". +~mail-client/thunderbird-136.0 rust-extensions + # Ionen Wolkens <[email protected]> (2024-12-24) # ebuild currently only support luajit, spare users from having # to set it by forcing it here (bug #946881)
