Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-db/pg_repack/
Date: Mon, 04 Oct 2021 07:03:23
Message-Id: 1633330996.41fdddcc1d99b925c4cbf4ee6f56708baecee8bf.lanodan@gentoo
1 commit: 41fdddcc1d99b925c4cbf4ee6f56708baecee8bf
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Mon Oct 4 07:03:16 2021 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Mon Oct 4 07:03:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41fdddcc
7
8 dev-db/pg_repack: Apply updates for 1.4.7 (oops)
9
10 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
11
12 dev-db/pg_repack/pg_repack-1.4.7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-db/pg_repack/pg_repack-1.4.7.ebuild b/dev-db/pg_repack/pg_repack-1.4.7.ebuild
16 index 39c58c0ad..e733761b2 100644
17 --- a/dev-db/pg_repack/pg_repack-1.4.7.ebuild
18 +++ b/dev-db/pg_repack/pg_repack-1.4.7.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 2020 Gentoo Authors
21 +# Copyright 2020-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -POSTGRES_COMPAT=( 9.6 10 11 12 13 )
27 +POSTGRES_COMPAT=( 9.6 10 11 12 13 14 )
28 POSTGRES_USEDEP="server"
29
30 inherit postgres-multi