From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 675751581EE for ; Thu, 03 Apr 2025 15:54:16 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 49F06343268 for ; Thu, 03 Apr 2025 15:54:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4B9B511042D; Thu, 03 Apr 2025 15:54:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4125F11042D for ; Thu, 03 Apr 2025 15:54:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB28C343268 for ; Thu, 03 Apr 2025 15:54:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F31D151F for ; Thu, 03 Apr 2025 15:54:13 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1743695651.0ee77a5a20b20a763e6ec1a5ed7fc2dc0e062d76.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgrouting/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgrouting/pgrouting-3.7.0.ebuild dev-db/pgrouting/pgrouting-3.7.3.ebuild X-VCS-Directories: dev-db/pgrouting/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 0ee77a5a20b20a763e6ec1a5ed7fc2dc0e062d76 X-VCS-Branch: master Date: Thu, 03 Apr 2025 15:54:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ec2f4136-90dc-4138-8001-d8ec782d29b7 X-Archives-Hash: 21cf5e8c0fa3d394895a97c998d2edd3 commit: 0ee77a5a20b20a763e6ec1a5ed7fc2dc0e062d76 Author: Patrick Lauer gentoo org> AuthorDate: Thu Apr 3 15:53:47 2025 +0000 Commit: Patrick Lauer gentoo 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 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