commit:     1e2b94fc1655c997a826f3ae07a87a0b716a36dc
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  3 15:22:18 2025 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> 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 <patrick <AT> 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/_/-}"
 

Reply via email to