summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2019-05-25 06:51:27 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2019-05-25 06:55:14 -0400
commit9814dd102928a16d3e64aafe22c82cfc0f4e55b8 (patch)
tree892e08b7629d273c438bfdc1608be4a1983c400d /eclass
parentdesc/postgres_targets.desc: Add postgres13 (diff)
downloadgentoo-9814dd102928a16d3e64aafe22c82cfc0f4e55b8.tar.gz
gentoo-9814dd102928a16d3e64aafe22c82cfc0f4e55b8.tar.bz2
gentoo-9814dd102928a16d3e64aafe22c82cfc0f4e55b8.zip
postgres.eclass: Add 13 to _POSTGRES_ALL_VERSIONS
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/postgres.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass
index b76604b1af24..ce8b6e3a992d 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 )