mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-db/pgrouting: Support postgres-17
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user