commit: d1b5ae149d4433c576491ea98a0c1727a50d4659 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Mar 23 00:32:39 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Mar 23 00:39:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b5ae14
profiles: adjust author of rolling glibc/binutils mask Having multiple authors over separate lines(!) is hard for parsing in e.g. pkgdev mask. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 3d09040381e..77b2b266abf 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -618,8 +618,8 @@ sys-devel/automake:1.10 # Also, b43 wiki page says to use 5.100.138. Bug #541080. >=sys-firmware/b43-firmware-6.30.163.46 -# Michał Górny <[email protected]>, Andreas K. Hüttel <[email protected]>, -# Matthias Maier <[email protected]> (2017-05-21 and later updates) +# Andreas K. Hüttel <[email protected]> (2017-05-21) +# (and others, updated later) # These old versions of toolchain packages (binutils, gcc, glibc) are no # longer officially supported and are not suitable for general use. Using # these packages can result in build failures (and possible breakage) for
