commit: 39c7dd1dd15d3bdd2b52c979fab895c8ad3a5ccf Author: Lukas Schmelting <lschmelting <AT> posteo <DOT> com> AuthorDate: Thu Nov 6 22:44:19 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Mon Dec 22 11:06:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c7dd1d
profiles/base: mask USE=gif on localsearch Bug: https://bugs.gentoo.org/933164 Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/44501 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> profiles/base/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index e5e4c18927d5..f00f858308a9 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -23,6 +23,10 @@ dev-lang/python tail-call-interp # No suitable versions of dev-libs/protobuf available. ~dev-java/protobuf-java-4.33.2 system-protoc +# Lukas Schmelting <[email protected] (2025-11-06) +# https://bugs.gentoo.org/933164 +app-misc/localsearch gif + # Sam James <[email protected]> (2025-10-29) # Help Portage resolve app-crypt/gnupg[verify-sig] with the app-alternatives/gpg # transition. The any-of dep in verify-sig.eclass helps a bit, but it struggles
