From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B3E43138334 for ; Thu, 3 Oct 2019 15:46:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04826E084A; Thu, 3 Oct 2019 15:46:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA20EE084A for ; Thu, 3 Oct 2019 15:46:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E591034B7E2 for ; Thu, 3 Oct 2019 15:46:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95627804 for ; Thu, 3 Oct 2019 15:46:11 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1570117541.adbf12882a37c049646254b09ae6f11ed037ce8d.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/use.mask profiles/package.mask X-VCS-Directories: profiles/base/ profiles/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: adbf12882a37c049646254b09ae6f11ed037ce8d X-VCS-Branch: master Date: Thu, 3 Oct 2019 15:46:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3019070d-82a3-491e-80d7-12b73025366c X-Archives-Hash: b38c8c44fa77b4e8240e7b689b10174d commit: adbf12882a37c049646254b09ae6f11ed037ce8d Author: Patrick Lauer gentoo org> AuthorDate: Thu Oct 3 15:43:38 2019 +0000 Commit: 罗百科 gentoo 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 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 (2018-09-09) -# Mask PostgreSQL 12 while in (pre-)alpha. -postgres_targets_postgres12 - # Andreas K. Hüttel (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 (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 (2019-05-11) # Perl 5.24 will be removed soon. Please upgrade.