commit: 9814dd102928a16d3e64aafe22c82cfc0f4e55b8 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org> AuthorDate: Sat May 25 10:51:27 2019 +0000 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org> CommitDate: Sat May 25 10:55:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9814dd10
postgres.eclass: Add 13 to _POSTGRES_ALL_VERSIONS Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org> eclass/postgres.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass index b76604b1af2..ce8b6e3a992 100644 --- a/eclass/postgres.eclass +++ b/eclass/postgres.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 inherit user @@ -27,7 +27,7 @@ esac # @DESCRIPTION: # List of versions to reverse sort POSTGRES_COMPAT slots -_POSTGRES_ALL_VERSIONS=( 12 11 10 9.6 9.5 9.4 9.3 9.2 ) +_POSTGRES_ALL_VERSIONS=( 13 12 11 10 9.6 9.5 9.4 9.3 9.2 )
