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 F1E2415800A for ; Sat, 22 Jul 2023 16:47:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39E85E078A; Sat, 22 Jul 2023 16:47:23 +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 19E30E078A for ; Sat, 22 Jul 2023 16:47:23 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B8CF335C78 for ; Sat, 22 Jul 2023 16:47:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A422BF2 for ; Sat, 22 Jul 2023 16:47:20 +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: <1690044386.60f8b3da0ac7bf0b83658e811487702ea192b934.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/make.defaults X-VCS-Directories: profiles/base/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 60f8b3da0ac7bf0b83658e811487702ea192b934 X-VCS-Branch: master Date: Sat, 22 Jul 2023 16:47:20 +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: f4af6152-d36a-402a-ba4e-d67f92c3fc5e X-Archives-Hash: 76d15d632c8cf6f0c054b3ba55da5f19 commit: 60f8b3da0ac7bf0b83658e811487702ea192b934 Author: Patrick Lauer gentoo org> AuthorDate: Sat Jul 22 16:46:26 2023 +0000 Commit: 罗百科 gentoo org> CommitDate: Sat Jul 22 16:46:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60f8b3da profiles/base: Update postgres_targets to postgres15 Signed-off-by: Patrick Lauer gentoo.org> profiles/base/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 3646d139c927..d961a4aad52f 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -153,7 +153,7 @@ TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE="1" # Aaron W. Swenson (2017-07-09) # Default target(s) for postgres{,-multi}.eclass -POSTGRES_TARGETS="postgres12 postgres13" +POSTGRES_TARGETS="postgres15" # Michael Orlitzky (2017-11-17) #