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 CF72F138334 for ; Sat, 25 May 2019 10:58:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C6A8E0856; Sat, 25 May 2019 10:58:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DC977E0856 for ; Sat, 25 May 2019 10:58:40 +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 9BCEC344FC8 for ; Sat, 25 May 2019 10:58:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E77F35FC for ; Sat, 25 May 2019 10:58:36 +0000 (UTC) From: "Aaron W. Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron W. Swenson" Message-ID: <1558781864.0bc86503da6504c3b753ffbb61212d03e5683606.titanofold@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: titanofold X-VCS-Committer-Name: Aaron W. Swenson X-VCS-Revision: 0bc86503da6504c3b753ffbb61212d03e5683606 X-VCS-Branch: master Date: Sat, 25 May 2019 10:58:36 +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: 8e3ec73d-f86c-4f96-9ea7-68dd560175b0 X-Archives-Hash: dca30cfdd9ff4931ede9485fe0f69a20 commit: 0bc86503da6504c3b753ffbb61212d03e5683606 Author: Aaron W. Swenson gentoo org> AuthorDate: Sat May 25 10:57:44 2019 +0000 Commit: Aaron W. Swenson gentoo org> CommitDate: Sat May 25 10:57:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc86503 base/make.defaults: Bump default POSTGRES_TARGETS Dropped postgres9_5, added postgres11 Signed-off-by: Aaron W. Swenson 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 e6652a62610..053b0e4ac85 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -154,7 +154,7 @@ TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE="1" # Aaron W. Swenson (9 Jul 2017) # Default target(s) for postgres{,-multi}.eclass -POSTGRES_TARGETS="postgres9_5 postgres10" +POSTGRES_TARGETS="postgres10 postgres11" # Michael Orlitzky (17 Nov 2017) #