From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1446698-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id E6813158020
	for <garchives@archives.gentoo.org>; Thu, 13 Oct 2022 15:43:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 378EAE089C;
	Thu, 13 Oct 2022 15:43:39 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1C1C0E089C
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Oct 2022 15:43:39 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 29965340D4C
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Oct 2022 15:43:38 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EAA95F1
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Oct 2022 15:43:36 +0000 (UTC)
From: "罗百科" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" <patrick@gentoo.org>
Message-ID: <1665675811.140d49ef571b4c73bc49e890a29b2c8ec53d6ab5.patrick@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
X-VCS-Repository: repo/gentoo
X-VCS-Files: profiles/base/use.mask profiles/base/use.stable.mask
X-VCS-Directories: profiles/base/
X-VCS-Committer: patrick
X-VCS-Committer-Name: 罗百科
X-VCS-Revision: 140d49ef571b4c73bc49e890a29b2c8ec53d6ab5
X-VCS-Branch: master
Date: Thu, 13 Oct 2022 15:43:36 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 311fb34d-0a00-42d1-9b50-1fa9eeb0a8f0
X-Archives-Hash: 943b4aafb1508a841f4550630e89179b

commit:     140d49ef571b4c73bc49e890a29b2c8ec53d6ab5
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 15:40:48 2022 +0000
Commit:     罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 15:43:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=140d49ef

profiles/base: Move postgresql_targets_15 mask to use.stable.mask

Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 profiles/base/use.mask        | 4 ----
 profiles/base/use.stable.mask | 4 ++++
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 90ee827e0ccc..7f933c6c7e3e 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,10 +4,6 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
-# Patrick Lauer <patrick@gentoo.org> (2022-10-06)
-# Postgres:15 is RC
-postgres_targets_postgres15
-
 # Brian Evans <grknight@gentoo.org> (2022-09-30)
 # PHP 8.2 is in RC
 php_targets_php8-2

diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
index ca3c1c75167c..a4e777b49d31 100644
--- a/profiles/base/use.stable.mask
+++ b/profiles/base/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Patrick Lauer <patrick@gentoo.org> (2022-10-13)
+# Postgres:15 is not stable yet
+postgres_targets_postgres15
+
 # Michał Górny <mgorny@gentoo.org> (2022-05-08)
 # Mask until dev-lang/python:3.11 becomes stable.
 python_targets_python3_11