diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-10-04 09:03:16 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-10-04 09:03:16 +0200 |
commit | 41fdddcc1d99b925c4cbf4ee6f56708baecee8bf (patch) | |
tree | dc2df9365b822fee6a8af11c1d543a65de043779 | |
parent | dev-db/pg_repack: Clean version bump, 1.4.7 (diff) | |
download | guru-41fdddcc1d99b925c4cbf4ee6f56708baecee8bf.tar.gz guru-41fdddcc1d99b925c4cbf4ee6f56708baecee8bf.tar.bz2 guru-41fdddcc1d99b925c4cbf4ee6f56708baecee8bf.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.ebuild | 4 |
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 |