summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2022-10-06 16:05:53 +0000
committerPatrick Lauer <patrick@gentoo.org>2022-10-06 16:22:51 +0000
commitd05effb8abacd1835dca90e131a61ab26c065d68 (patch)
treecc9af8fedb8b9a122c9b6002c1e4a9c2122e48d1 /eclass/postgres.eclass
parentprofiles/desc: Add postgres15 target (diff)
downloadgentoo-d05effb8abacd1835dca90e131a61ab26c065d68.tar.gz
gentoo-d05effb8abacd1835dca90e131a61ab26c065d68.tar.bz2
gentoo-d05effb8abacd1835dca90e131a61ab26c065d68.zip
postgres.eclass: Support postgres15
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'eclass/postgres.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 ec5242be59f8..3ae1c49adc68 100644
--- a/eclass/postgres.eclass
+++ b/eclass/postgres.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EXPORT_FUNCTIONS pkg_setup
@@ -27,7 +27,7 @@ esac
# @DESCRIPTION:
# List of versions to reverse sort POSTGRES_COMPAT slots
-_POSTGRES_ALL_VERSIONS=( 9999 14 13 12 11 10 )
+_POSTGRES_ALL_VERSIONS=( 9999 15 14 13 12 11 10 )