Gentoo Archives: gentoo-commits

From: "罗百科" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 30 Sep 2021 17:34:03
Message-Id: 1633023237.d867c725f1bdbbde1b14ec58f4e7eac48a57e64e.patrick@gentoo
1 commit: d867c725f1bdbbde1b14ec58f4e7eac48a57e64e
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 30 17:26:34 2021 +0000
4 Commit: 罗百科 <patrick <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 30 17:33:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d867c725
7
8 eclass/postgresql.eclass: Support postgres14
9
10 Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
11
12 eclass/postgres.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass
16 index 7652a862518..0d7a1aa50f3 100644
17 --- a/eclass/postgres.eclass
18 +++ b/eclass/postgres.eclass
19 @@ -28,7 +28,7 @@ esac
20 # @DESCRIPTION:
21 # List of versions to reverse sort POSTGRES_COMPAT slots
22
23 -_POSTGRES_ALL_VERSIONS=( 9999 13 12 11 10 9.6 9.5 9.4 9.3 9.2 )
24 +_POSTGRES_ALL_VERSIONS=( 9999 14 13 12 11 10 9.6 9.5 9.4 9.3 9.2 )