mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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:
parent
667bd29bc5
commit
1f1629c132
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user