commit: ec8f142a3ccab34e72761734e80548b0d36f536d Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Wed Jul 15 08:25:11 2020 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Wed Jul 15 08:26:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8f142a
profiles/package.mask: Fix incorrect datestamps I used the wrong format because I looked at the line under mine by Christoph, which was also wrong. Subsequently, I've fixed both, so it will parse properly on packagestest.gentoo.org Signed-off-by: Kent Fredric <kentnl <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 a7de5533d11..71ca378695b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,7 +32,7 @@ #--- END OF EXAMPLES --- -# Kent Fredric <[email protected]> (15 Jul 2020) +# Kent Fredric <[email protected]> (2020-07-15) # No LICENSE declaration by upstream, and no response from upstream # since at least 2013 as to what license to use (bug #732710) # Removal in 30 days. @@ -42,7 +42,7 @@ dev-perl/Data-Diver # In preparation; do not use yet. =dev-lang/perl-5.32* -# Christoph Junghans <[email protected]> (14 Jul 2020) +# Christoph Junghans <[email protected]> (2020-07-14) # Unmaintained upstream and does not support systemd or firewalld. # Please use net-analyzer/fail2ban instead. (bug #732076) # Removal in 30 days.
