From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1325545-garchives=archives.gentoo.org@lists.gentoo.org>
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 CC7F1158017
	for <garchives@archives.gentoo.org>; Thu, 30 Sep 2021 17:34:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 28663E08EF;
	Thu, 30 Sep 2021 17:34:02 +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-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 03F78E08EF
	for <gentoo-commits@lists.gentoo.org>; Thu, 30 Sep 2021 17:34:02 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 1CC79342C36
	for <gentoo-commits@lists.gentoo.org>; Thu, 30 Sep 2021 17:34:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A31B107
	for <gentoo-commits@lists.gentoo.org>; Thu, 30 Sep 2021 17:33:59 +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: <1633023237.13715d13d5550959d5d937b49de27b51fb33f482.patrick@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/
X-VCS-Repository: repo/gentoo
X-VCS-Files: profiles/desc/postgres_targets.desc
X-VCS-Directories: profiles/desc/
X-VCS-Committer: patrick
X-VCS-Committer-Name: 罗百科
X-VCS-Revision: 13715d13d5550959d5d937b49de27b51fb33f482
X-VCS-Branch: master
Date: Thu, 30 Sep 2021 17:33:59 +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: 48743433-cb99-47be-925b-dce5b45853fa
X-Archives-Hash: 3e9156accbb02a77109bfb01c31ab402

commit:     13715d13d5550959d5d937b49de27b51fb33f482
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 30 16:06:56 2021 +0000
Commit:     罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Thu Sep 30 17:33:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13715d13

profiles/desc/postgres_targets.desc: Add postgres14

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

 profiles/desc/postgres_targets.desc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/desc/postgres_targets.desc b/profiles/desc/postgres_targets.desc
index a6e6798121f..39f97a1ad44 100644
--- a/profiles/desc/postgres_targets.desc
+++ b/profiles/desc/postgres_targets.desc
@@ -8,3 +8,4 @@ postgres10 - Build against PostgreSQL 10
 postgres11 - Build against PostgreSQL 11
 postgres12 - Build against PostgreSQL 12
 postgres13 - Build against PostgreSQL 13
+postgres14 - Build against PostgreSQL 14