commit:     0ee77a5a20b20a763e6ec1a5ed7fc2dc0e062d76
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  3 15:53:47 2025 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Thu Apr  3 15:54:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee77a5a

dev-db/pgrouting: Support postgres-17

Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 dev-db/pgrouting/pgrouting-3.7.0.ebuild | 4 ++--
 dev-db/pgrouting/pgrouting-3.7.3.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-db/pgrouting/pgrouting-3.7.0.ebuild 
b/dev-db/pgrouting/pgrouting-3.7.0.ebuild
index 20e088526f62..d06b7b9c9b2c 100644
--- a/dev-db/pgrouting/pgrouting-3.7.0.ebuild
+++ b/dev-db/pgrouting/pgrouting-3.7.0.ebuild
@@ -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

diff --git a/dev-db/pgrouting/pgrouting-3.7.3.ebuild 
b/dev-db/pgrouting/pgrouting-3.7.3.ebuild
index 3cf51443437e..4d4dfaa327cb 100644
--- a/dev-db/pgrouting/pgrouting-3.7.3.ebuild
+++ b/dev-db/pgrouting/pgrouting-3.7.3.ebuild
@@ -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

Reply via email to