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 1A6B9139337 for ; Sat, 31 Jul 2021 14:13:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 568F1E0907; Sat, 31 Jul 2021 14:13:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 2D05AE0907 for ; Sat, 31 Jul 2021 14:13:05 +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 9735A3438B1 for ; Sat, 31 Jul 2021 14:13:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 116B5744 for ; Sat, 31 Jul 2021 14:13:02 +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: <1627740779.4a50219e99fa5a2134a5080aceab24f5902b6279.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: 4a50219e99fa5a2134a5080aceab24f5902b6279 X-VCS-Branch: master Date: Sat, 31 Jul 2021 14:13:02 +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: 1d210b33-856d-44fb-9ebc-2a1b68226b29 X-Archives-Hash: fdf81e77febc1c190ba3df63fa1d6a46 commit: 4a50219e99fa5a2134a5080aceab24f5902b6279 Author: Patrick Lauer gentoo org> AuthorDate: Sat Jul 31 14:11:59 2021 +0000 Commit: 罗百科 gentoo org> CommitDate: Sat Jul 31 14:12:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a50219e profiles/make.defaults: Change POSTGRES_TARGETS to {12,13} 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 0be6a25cde1..a037994c9e8 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -151,7 +151,7 @@ TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE="1" # Aaron W. Swenson (2017-07-09) # Default target(s) for postgres{,-multi}.eclass -POSTGRES_TARGETS="postgres10 postgres11" +POSTGRES_TARGETS="postgres12 postgres13" # Michael Orlitzky (2017-11-17) #