commit: 0697eed41fd9c1155a5fd926ee2579d0bf1a80cb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 19 19:00:33 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 19 19:00:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0697eed4
profiles: unmask autoconfs for K&R/clang fixes The issues are with underquoting and not the fault of the patches per se. Bug: https://bugs.gentoo.org/871753 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 6 ------ 1 file changed, 6 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index f4853f96fb30..4f72cd8393b6 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,12 +33,6 @@ #--- END OF EXAMPLES --- -# Sam James <[email protected]> (2022-09-19) -# Investigating possible issue, bug #871753 -=sys-devel/autoconf-2.13-r3 -=sys-devel/autoconf-2.69-r7 -=sys-devel/autoconf-2.71-r3 - # John Helmert III <[email protected]> (2022-09-18) # Unfixed root privilege escalation, bug #631552 sys-cluster/slurm
