aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2021-10-04 09:03:16 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2021-10-04 09:03:16 +0200
commit41fdddcc1d99b925c4cbf4ee6f56708baecee8bf (patch)
treedc2df9365b822fee6a8af11c1d543a65de043779
parentdev-db/pg_repack: Clean version bump, 1.4.7 (diff)
downloadguru-41fdddcc.tar.gz
guru-41fdddcc.tar.bz2
guru-41fdddcc.zip
dev-db/pg_repack: Apply updates for 1.4.7 (oops)
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
-rw-r--r--dev-db/pg_repack/pg_repack-1.4.7.ebuild4
1 files changed, 2 insertions, 2 deletions
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