diff options
author | 2025-02-21 21:51:51 +0000 | |
---|---|---|
committer | 2025-02-21 21:52:05 +0000 | |
commit | cdc295ca4630f6a36a7e02f7b6a2aac88934e09c (patch) | |
tree | 7121912a16cfc039c900df0dc6edd734bb9f555f | |
parent | profiles: move mrustc-bootstrap mask to arch/base (diff) | |
download | gentoo-cdc295ca4630f6a36a7e02f7b6a2aac88934e09c.tar.gz gentoo-cdc295ca4630f6a36a7e02f7b6a2aac88934e09c.tar.bz2 gentoo-cdc295ca4630f6a36a7e02f7b6a2aac88934e09c.zip |
profiles/base: fix header
That got lost which explains 69e14445b0dff79aaa140f8b193d182cec3481ae.
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | profiles/base/package.use.mask | 6 |
1 files 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 <sam@gentoo.org> (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 <sam@gentoo.org> (2024-09-30) # gnat-gpl is purely for bootstrapping Ada and it's based on an old # version of GCC. Avoid risks of miscompilations. |