commit: 0aaf6088e9e1c1665a652e1c622a5e29d5984438 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jul 25 22:19:56 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 25 22:19:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aaf6088
profiles: drop blank lines for 'pkgdev mask' It has fragile parsing. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 7f23b8ff513..aaec5c8bc60 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -256,13 +256,10 @@ dev-ruby/rash # Aaron W. Swenon <[email protected]> (2021-07-05) # PostgreSQL 9.5 has reached end of life and will no longer receive any # updates -- security or otherwise -- from upstream or Gentoo. -# # You should migrate immediately. # https://wiki.gentoo.org/wiki/PostgreSQL/QuickStart#Post-9.0_Migration -# # For more information about PostgreSQL's versioning policy, see: -# https://www.postgresql.org/support/versioning/ -# +# https://www.postgresql.org/support/versioning/# # Removal after 2021-08-04. dev-db/postgresql:9.5
