dev-db/postgis: Support postgresql 17

Signed-off-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
Patrick Lauer
2024-09-26 14:03:44 +00:00
parent c55b3c67eb
commit d27bf81340
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
POSTGRES_COMPAT=( {11..16} )
POSTGRES_COMPAT=( {11..17} )
POSTGRES_USEDEP="server"
inherit autotools postgres-multi toolchain-funcs

View File

@@ -3,7 +3,7 @@
EAPI=8
POSTGRES_COMPAT=( {12..16} )
POSTGRES_COMPAT=( {12..17} )
POSTGRES_USEDEP="server"
inherit autotools postgres-multi toolchain-funcs

View File

@@ -3,7 +3,7 @@
EAPI=8
POSTGRES_COMPAT=( {12..16} )
POSTGRES_COMPAT=( {12..17} )
POSTGRES_USEDEP="server"
inherit autotools postgres-multi toolchain-funcs