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 7ACE51581EE for ; Thu, 03 Apr 2025 15:22:48 +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 61244343166 for ; Thu, 03 Apr 2025 15:22:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 53E2711042D; Thu, 03 Apr 2025 15:22:47 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 43A0211042D for ; Thu, 03 Apr 2025 15:22:47 +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 E3E4E343166 for ; Thu, 03 Apr 2025 15:22:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C24A1936 for ; Thu, 03 Apr 2025 15:22:45 +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: <1743693763.1e2b94fc1655c997a826f3ae07a87a0b716a36dc.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/uwsgi/uwsgi-2.0.27.ebuild X-VCS-Directories: www-servers/uwsgi/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 1e2b94fc1655c997a826f3ae07a87a0b716a36dc X-VCS-Branch: master Date: Thu, 03 Apr 2025 15:22:45 +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: 298efa28-fc91-4f85-97a5-7b779bd3b054 X-Archives-Hash: 059ef06b161d424f569a038046aa2ff6 commit: 1e2b94fc1655c997a826f3ae07a87a0b716a36dc Author: Patrick Lauer gentoo org> AuthorDate: Thu Apr 3 15:22:18 2025 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Thu Apr 3 15:22:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2b94fc www-servers/uwsgi: Support postgres-17 Signed-off-by: Patrick Lauer gentoo.org> www-servers/uwsgi/uwsgi-2.0.27.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/uwsgi/uwsgi-2.0.27.ebuild b/www-servers/uwsgi/uwsgi-2.0.27.ebuild index ba530a77a2e0..146bf9447c67 100644 --- a/www-servers/uwsgi/uwsgi-2.0.27.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.27.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ PHP_EXT_NAME="dummy" PHP_EXT_OPTIONAL_USE="php" USE_PHP="php8-1 php8-2" # deps must be registered separately below -POSTGRES_COMPAT=( 13 14 15 16 ) +POSTGRES_COMPAT=( 13 14 15 16 17 ) MY_P="${P/_/-}"