commit: 1f1629c13283530ca4489c6620224b11704af7c2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sat Dec 20 12:07:44 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sat Dec 20 12:54:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1629c1
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 <mjo <AT> gentoo.org> 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"
