summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2023-06-30 17:04:46 +0000
committerPatrick Lauer <patrick@gentoo.org>2023-06-30 17:07:25 +0000
commitc0b5408f7d4ac69ba64842b241354b85131acd20 (patch)
treeae171f25f33b56db29c8cdfc8a0a2e66f44ad64b /eclass/postgres.eclass
parentkde-plasma/plasma-welcome: Add missing dependency (diff)
downloadgentoo-c0b5408f7d4ac69ba64842b241354b85131acd20.tar.gz
gentoo-c0b5408f7d4ac69ba64842b241354b85131acd20.tar.bz2
gentoo-c0b5408f7d4ac69ba64842b241354b85131acd20.zip
eclass/postgres.eclass, profiles/desc/postgres_targets.desc: Remove postgres10, add postgres16
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'eclass/postgres.eclass')
-rw-r--r--eclass/postgres.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass
index 95ed168d40a1..e10f2f7611ee 100644
--- a/eclass/postgres.eclass
+++ b/eclass/postgres.eclass
@@ -27,7 +27,7 @@ _POSTGRES_ECLASS=1
# @DESCRIPTION:
# List of versions to reverse sort POSTGRES_COMPAT slots
-_POSTGRES_ALL_VERSIONS=( 9999 15 14 13 12 11 10 )
+_POSTGRES_ALL_VERSIONS=( 9999 16 15 14 13 12 11 )