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 7E8EE158090 for ; Sat, 21 May 2022 09:37:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B992CE08EB; Sat, 21 May 2022 09:37:55 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9AFA9E08EB for ; Sat, 21 May 2022 09:37:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9806A3415CC for ; Sat, 21 May 2022 09:37:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C20446D for ; Sat, 21 May 2022 09:37:52 +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: <1653125792.ea01a8d799fd1d64945115112e7f78fae371a7cb.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: ea01a8d799fd1d64945115112e7f78fae371a7cb X-VCS-Branch: master Date: Sat, 21 May 2022 09:37:52 +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: b1bbfff6-87d0-4ae6-a117-e88818ceaa79 X-Archives-Hash: e5c0ef171c56126bc5851438c72e639f commit: ea01a8d799fd1d64945115112e7f78fae371a7cb Author: Patrick Lauer gentoo org> AuthorDate: Sat May 21 09:26:01 2022 +0000 Commit: 罗百科 gentoo org> CommitDate: Sat May 21 09:36:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea01a8d7 profiles: Remove obsolete postgres9.6 Signed-off-by: Patrick Lauer gentoo.org> profiles/desc/postgres_targets.desc | 1 - 1 file changed, 1 deletion(-) diff --git a/profiles/desc/postgres_targets.desc b/profiles/desc/postgres_targets.desc index 39f97a1ad44d..2aeb36f33762 100644 --- a/profiles/desc/postgres_targets.desc +++ b/profiles/desc/postgres_targets.desc @@ -3,7 +3,6 @@ # This file contains descriptions of POSTGRES_TARGETS USE_EXPAND flags. -postgres9_6 - Build against PostgreSQL 9.6 postgres10 - Build against PostgreSQL 10 postgres11 - Build against PostgreSQL 11 postgres12 - Build against PostgreSQL 12