From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 374B0158176 for ; Tue, 07 Oct 2025 12:12:40 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1EDD8341075 for ; Tue, 07 Oct 2025 12:12:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7FE85110374; Tue, 07 Oct 2025 12:12:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 766F5110374 for ; Tue, 07 Oct 2025 12:12:36 +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 2F209340F77 for ; Tue, 07 Oct 2025 12:12:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84A0A38B2 for ; Tue, 07 Oct 2025 12:12:34 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1759839124.9735e48f0688537e30ea841b6bd56f9b2955656d.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.6.0.ebuild X-VCS-Directories: dev-db/postgis/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 9735e48f0688537e30ea841b6bd56f9b2955656d X-VCS-Branch: master Date: Tue, 07 Oct 2025 12:12:34 +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: b1ba7158-d4e8-4777-a1ac-0adcc12ecdbf X-Archives-Hash: 065c883c51eaf9c5f21b71f76c271c74 commit: 9735e48f0688537e30ea841b6bd56f9b2955656d Author: Patrick Lauer gentoo org> AuthorDate: Tue Oct 7 12:12:04 2025 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Tue Oct 7 12:12:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9735e48f dev-db/postgis: Enable postgres18 support Signed-off-by: Patrick Lauer gentoo.org> dev-db/postgis/postgis-3.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/postgis/postgis-3.6.0.ebuild b/dev-db/postgis/postgis-3.6.0.ebuild index e338fca0537b..10f9f2367f9c 100644 --- a/dev-db/postgis/postgis-3.6.0.ebuild +++ b/dev-db/postgis/postgis-3.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -POSTGRES_COMPAT=( {12..17} ) +POSTGRES_COMPAT=( {12..18} ) POSTGRES_USEDEP="server" inherit autotools postgres-multi toolchain-funcs