diff options
Diffstat (limited to 'dev-db')
-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 |