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@gentoo.org>
This commit is contained in:
Michael Orlitzky 2025-12-20 07:07:44 -05:00
parent 667bd29bc5
commit 1f1629c132
No known key found for this signature in database
GPG Key ID: 6F48D3DA05C2DADB
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"