From 1f1629c13283530ca4489c6620224b11704af7c2 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 20 Dec 2025 07:07:44 -0500 Subject: [PATCH] dev-lang/php: support postgres-18.x Revisionless edit while merging PR 45092. Closes: https://bugs.gentoo.org/966151 Closes: https://github.com/gentoo/gentoo/pull/45092 Signed-off-by: Michael Orlitzky --- dev-lang/php/php-8.3.29.ebuild | 2 +- dev-lang/php/php-8.4.16.ebuild | 2 +- dev-lang/php/php-8.5.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/php/php-8.3.29.ebuild b/dev-lang/php/php-8.3.29.ebuild index f3cd21551579..c3bf1b714dfc 100644 --- a/dev-lang/php/php-8.3.29.ebuild +++ b/dev-lang/php/php-8.3.29.ebuild @@ -4,7 +4,7 @@ EAPI=8 WANT_AUTOMAKE="none" -POSTGRES_COMPAT=( {15..17} ) +POSTGRES_COMPAT=( {15..18} ) inherit autotools flag-o-matic multilib postgres systemd DESCRIPTION="The PHP language runtime engine" diff --git a/dev-lang/php/php-8.4.16.ebuild b/dev-lang/php/php-8.4.16.ebuild index 2493ab5be744..9c1417eb01bd 100644 --- a/dev-lang/php/php-8.4.16.ebuild +++ b/dev-lang/php/php-8.4.16.ebuild @@ -4,7 +4,7 @@ EAPI=8 WANT_AUTOMAKE="none" -POSTGRES_COMPAT=( {15..17} ) +POSTGRES_COMPAT=( {15..18} ) inherit autotools flag-o-matic multilib postgres systemd DESCRIPTION="The PHP language runtime engine" diff --git a/dev-lang/php/php-8.5.1.ebuild b/dev-lang/php/php-8.5.1.ebuild index 29050a1fa5dd..4aed645eb5bf 100644 --- a/dev-lang/php/php-8.5.1.ebuild +++ b/dev-lang/php/php-8.5.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 WANT_AUTOMAKE="none" -POSTGRES_COMPAT=( {15..17} ) +POSTGRES_COMPAT=( {15..18} ) inherit autotools flag-o-matic multilib postgres systemd DESCRIPTION="The PHP language runtime engine"