From 9735e48f0688537e30ea841b6bd56f9b2955656d Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Tue, 7 Oct 2025 12:12:04 +0000 Subject: [PATCH] dev-db/postgis: Enable postgres18 support Signed-off-by: Patrick Lauer --- 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 e338fca0537bc..10f9f2367f9c5 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