dev-db/pgrouting: Support postgres-17

Signed-off-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
Patrick Lauer
2025-04-03 15:53:47 +00:00
parent 36d4e71f58
commit 0ee77a5a20
2 changed files with 3 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CMAKE_BUILD_TYPE="Release"
POSTGRES_COMPAT=( {13..16} )
POSTGRES_COMPAT=( {13..17} )
POSTGRES_USEDEP="server"
inherit cmake postgres-multi

View File

@@ -5,7 +5,7 @@ EAPI=8
CMAKE_BUILD_TYPE="Release"
POSTGRES_COMPAT=( {13..16} )
POSTGRES_COMPAT=( {13..17} )
POSTGRES_USEDEP="server"
inherit cmake postgres-multi