dev-db/pg_repack: Apply updates for 1.4.7 (oops)

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2021-10-04 09:03:16 +02:00
parent 20803630d4
commit 41fdddcc1d

View File

@@ -1,9 +1,9 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
POSTGRES_COMPAT=( 9.6 10 11 12 13 )
POSTGRES_COMPAT=( 9.6 10 11 12 13 14 )
POSTGRES_USEDEP="server"
inherit postgres-multi