Gentoo Archives: gentoo-commits

From: "Aaron W. Swenson" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 25 May 2019 10:58:42
Message-Id: 1558781714.9814dd102928a16d3e64aafe22c82cfc0f4e55b8.titanofold@gentoo
1 commit: 9814dd102928a16d3e64aafe22c82cfc0f4e55b8
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 25 10:51:27 2019 +0000
4 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Sat May 25 10:55:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9814dd10
7
8 postgres.eclass: Add 13 to _POSTGRES_ALL_VERSIONS
9
10 Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
11
12 eclass/postgres.eclass | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass
16 index b76604b1af2..ce8b6e3a992 100644
17 --- a/eclass/postgres.eclass
18 +++ b/eclass/postgres.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 inherit user
25 @@ -27,7 +27,7 @@ esac
26 # @DESCRIPTION:
27 # List of versions to reverse sort POSTGRES_COMPAT slots
28
29 -_POSTGRES_ALL_VERSIONS=( 12 11 10 9.6 9.5 9.4 9.3 9.2 )
30 +_POSTGRES_ALL_VERSIONS=( 13 12 11 10 9.6 9.5 9.4 9.3 9.2 )