commit:     9735e48f0688537e30ea841b6bd56f9b2955656d
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  7 12:12:04 2025 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> 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 <patrick <AT> 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
 

Reply via email to