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.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 7D497158095 for ; Thu, 6 Oct 2022 16:23:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB017E09CE; Thu, 6 Oct 2022 16:23:12 +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 90A31E09CE for ; Thu, 6 Oct 2022 16:23:12 +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 6E2E4340F64 for ; Thu, 6 Oct 2022 16:23:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F25C355B for ; Thu, 6 Oct 2022 16:23:09 +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: <1665073360.6ae3da3a348d5607e4bc10716c3ebc1d55aa2155.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: 6ae3da3a348d5607e4bc10716c3ebc1d55aa2155 X-VCS-Branch: master Date: Thu, 6 Oct 2022 16:23:09 +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: be0e54fc-5593-476e-ae78-583607b815e5 X-Archives-Hash: 3a9a750a972f6c0ba31a26d4bb3fab22 commit: 6ae3da3a348d5607e4bc10716c3ebc1d55aa2155 Author: Patrick Lauer gentoo org> AuthorDate: Thu Oct 6 15:54:25 2022 +0000 Commit: 罗百科 gentoo org> CommitDate: Thu Oct 6 16:22:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae3da3a profiles/desc: Add postgres15 target Signed-off-by: Patrick Lauer gentoo.org> profiles/desc/postgres_targets.desc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/desc/postgres_targets.desc b/profiles/desc/postgres_targets.desc index 2aeb36f33762..f87ee7f047e0 100644 --- a/profiles/desc/postgres_targets.desc +++ b/profiles/desc/postgres_targets.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of POSTGRES_TARGETS USE_EXPAND flags. @@ -8,3 +8,4 @@ postgres11 - Build against PostgreSQL 11 postgres12 - Build against PostgreSQL 12 postgres13 - Build against PostgreSQL 13 postgres14 - Build against PostgreSQL 14 +postgres15 - Build against PostgreSQL 15