dev-db/pgpool2: Add postgresql:15 support

Signed-off-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
Patrick Lauer
2023-10-05 09:22:07 +00:00
parent 32e37614cb
commit ff085b4521

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
POSTGRES_COMPAT=( 9.6 {10..14} )
POSTGRES_COMPAT=( 9.6 {10..15} )
inherit autotools postgres-multi