commit: adbf12882a37c049646254b09ae6f11ed037ce8d Author: Patrick Lauer <patrick <AT> gentoo <DOT> org> AuthorDate: Thu Oct 3 15:43:38 2019 +0000 Commit: 罗百科 <patrick <AT> gentoo <DOT> org> CommitDate: Thu Oct 3 15:45:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adbf1288
profiles/: Unmask postgres-12 Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org> profiles/base/use.mask | 4 ---- profiles/package.mask | 12 ------------ 2 files changed, 16 deletions(-) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 38d493d6edc..6e981e94a6e 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -32,10 +32,6 @@ php_targets_php7-0 # d3d9 only works on amd64/x86. d3d9 -# Aaron W. Swenson <[email protected]> (2018-09-09) -# Mask PostgreSQL 12 while in (pre-)alpha. -postgres_targets_postgres12 - # Andreas K. Hüttel <[email protected]> (2017-11-04) # Unkeyworded on most arches, unmasked in supported arch profiles. audacious diff --git a/profiles/package.mask b/profiles/package.mask index dc5b11df8b7..f74f888d43c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1126,18 +1126,6 @@ dev-lang/php:7.4 # Requires >=dev-lang/lua-5.2 which is masked >=app-admin/conky-1.11.4 -# Patrick Lauer <[email protected]> (2019-05-23) -# PostgreSQL beta and release candidate releases are pre-release testing -# versions, not meant for production use. They are feature-frozen, and are -# released to the public for testing before final release -# -# NOTE: Successive beta or candidate releases may not be backwards compatible, -# so it is important that you review the release notes before upgrading. -# -# For more information about beta and release candidate versions, see: -# https://www.postgresql.org/developer/beta/ -dev-db/postgresql:12 - # Andreas K. Hüttel <[email protected]> (2019-05-11) # Perl 5.24 will be removed soon. Please upgrade. <dev-lang/perl-5.26.2
