commit: ce61b4440dc610f83d246cde7c1468dc6bc485e3 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sun Feb 13 09:49:24 2022 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sun Feb 13 09:50:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce61b444
profiles: mask USE=gsasl for upcoming Mutt 2.2.0 where applicable needs keyworded virtual/gsasl Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/arch/mips/package.use.mask | 4 ++++ profiles/prefix/darwin/macos/package.use.mask | 6 +++++- profiles/prefix/package.use.mask | 4 ++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 9ebda1ce108e..ef70ab6ee944 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <[email protected]> (2022-02-13) +# needs unkeyworded virtual/gsasl +mail-client/mutt gsasl + # Joshua Kinard <[email protected]> (2022-01-17) # Mask USE 'doc' for dev-libs/libcbor to avoid dragging in # a massive set of texlive dependencies. This copies m68k. diff --git a/profiles/prefix/darwin/macos/package.use.mask b/profiles/prefix/darwin/macos/package.use.mask index 86c47cbbcfb4..84c2d35a928c 100644 --- a/profiles/prefix/darwin/macos/package.use.mask +++ b/profiles/prefix/darwin/macos/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <[email protected]> (2022-02-13) +# we have virtual/gsasl keyworded +mail-client/mutt -gsasl + # Fabian Groffen <[email protected]> (2020-06-08) # Do NOT enable tinfo, it breaks ANYTHING existing, and it also breaks # ncurses itself, for it apparently doesn't link against tinfo itself, diff --git a/profiles/prefix/package.use.mask b/profiles/prefix/package.use.mask index e0972f597a10..219a58091e5c 100644 --- a/profiles/prefix/package.use.mask +++ b/profiles/prefix/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <[email protected]> (2022-02-13) +# needs unkeyworded virtual/gsasl +mail-client/mutt gsasl + # Fabian Groffen <[email protected]> (2021-03-13) # nss-pem, bug #769578 net-misc/curl curl_ssl_nss
