commit: edfb96ce04da908ec6caccffc019a16d4f0e9ffb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jul 6 19:04:53 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jul 6 19:04:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edfb96ce
profiles/default/linux/x86/17.0/musl: fix typo in comment Reported-by: dwfreed Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/default/linux/x86/17.0/musl/package.mask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/default/linux/x86/17.0/musl/package.mask b/profiles/default/linux/x86/17.0/musl/package.mask index 776568d39cb..2bfe7a93567 100644 --- a/profiles/default/linux/x86/17.0/musl/package.mask +++ b/profiles/default/linux/x86/17.0/musl/package.mask @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 # Sam James <[email protected]> (2021-07-06) -# Forces -fstack-protector, masking for now to allow# stage3s to be built. +# Forces -fstack-protector, masking for now to allow stage3s to be built. # Masking this forces sys-apps/opentmpfiles to provide virtual/tmpfiles. # bug #800893 sys-apps/systemd-tmpfiles
