From 41fdddcc1d99b925c4cbf4ee6f56708baecee8bf Mon Sep 17 00:00:00 2001 From: "Haelwenn (lanodan) Monnier" Date: Mon, 4 Oct 2021 09:03:16 +0200 Subject: dev-db/pg_repack: Apply updates for 1.4.7 (oops) Signed-off-by: Haelwenn (lanodan) Monnier --- dev-db/pg_repack/pg_repack-1.4.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-db') diff --git a/dev-db/pg_repack/pg_repack-1.4.7.ebuild b/dev-db/pg_repack/pg_repack-1.4.7.ebuild index 39c58c0ad..e733761b2 100644 --- a/dev-db/pg_repack/pg_repack-1.4.7.ebuild +++ b/dev-db/pg_repack/pg_repack-1.4.7.ebuild @@ -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 -- cgit v1.2.3-65-gdbad