commit: 486aac7f260c86e60e14562041f1a77faa2f3d0d Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Tue Nov 7 15:27:17 2017 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Tue Nov 7 15:27:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=486aac7f
package.mask: Fix email syntax error profiles/package.mask | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 5ba9e60e08a..610525adf36 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,13 +29,13 @@ #--- END OF EXAMPLES --- -# Brian Evans <[email protected] (07 Nov 2017) +# Brian Evans <[email protected]> (07 Nov 2017) # Remote service removed this method, dead upstream # Masked for removal in 30 days. # Bug 636796 dev-php/PEAR-Services_W3C_HTMLValidator -# Brian Evans <[email protected] (06 Nov 2017) +# Brian Evans <[email protected]> (06 Nov 2017) # Broken with new PHP, dead upstream, broken tests # Masked for removal in 30 days. # Bug 636742
