commit: cdc295ca4630f6a36a7e02f7b6a2aac88934e09c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Feb 21 21:51:51 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Feb 21 21:52:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc295ca
profiles/base: fix header That got lost which explains 69e14445b0dff79aaa140f8b193d182cec3481ae. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.mask | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index ae128c7b29af..1fccc2f21258 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -1,6 +1,9 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# This file is only for generic masks. For arch-specific masks (i.e. +# mask everywhere, unmask on arch/*) use arch/base. + # New entries go on top. # Sam James <[email protected]> (2025-02-21) @@ -125,9 +128,6 @@ app-i18n/mozc fcitx4 # that makes it OK if we do it too, right? Bug 893700. media-gfx/gthumb webkit -# This file is only for generic masks. For arch-specific masks (i.e. -# mask everywhere, unmask on arch/*) use arch/base. - # Sam James <[email protected]> (2024-09-30) # gnat-gpl is purely for bootstrapping Ada and it's based on an old # version of GCC. Avoid risks of miscompilations.
