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 11252158017 for ; Thu, 30 Sep 2021 18:44:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D179E0971; Thu, 30 Sep 2021 18:44:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F1F9E0971 for ; Thu, 30 Sep 2021 18:44:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D76C0342C6A for ; Thu, 30 Sep 2021 18:44:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B4CAEA for ; Thu, 30 Sep 2021 18:44:54 +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: <1633027492.fede39c8b527696d66639b0121c8aae8ee2dbe2e.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/postgis/postgis-3.1.4.ebuild X-VCS-Directories: dev-db/postgis/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: fede39c8b527696d66639b0121c8aae8ee2dbe2e X-VCS-Branch: master Date: Thu, 30 Sep 2021 18:44:54 +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: 9a9e98ee-309b-4b37-a28f-b1ac9de7b362 X-Archives-Hash: e5b3268e023a03b6ec64f8169dd605ab commit: fede39c8b527696d66639b0121c8aae8ee2dbe2e Author: Patrick Lauer gentoo org> AuthorDate: Thu Sep 30 18:44:04 2021 +0000 Commit: 罗百科 gentoo org> CommitDate: Thu Sep 30 18:44:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fede39c8 dev-db/postgis: Support postgresql-14 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Patrick Lauer gentoo.org> dev-db/postgis/postgis-3.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/postgis/postgis-3.1.4.ebuild b/dev-db/postgis/postgis-3.1.4.ebuild index a81f3e9072c..098fa4c328c 100644 --- a/dev-db/postgis/postgis-3.1.4.ebuild +++ b/dev-db/postgis/postgis-3.1.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -POSTGRES_COMPAT=( 9.6 {10..13} ) +POSTGRES_COMPAT=( 9.6 {10..14} ) POSTGRES_USEDEP="server" inherit autotools postgres-multi toolchain-funcs