summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2020-05-15 09:02:44 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2020-05-15 09:09:01 -0400
commitc364fd9a86098a31cb441af855d8ba4bb447a222 (patch)
tree3937cc6ba286ba00fed3238924f87d5573826286 /eclass/postgres.eclass
parentdev-db/postgresql: Version Bumps and more (diff)
downloadgentoo-c364fd9a86098a31cb441af855d8ba4bb447a222.tar.gz
gentoo-c364fd9a86098a31cb441af855d8ba4bb447a222.tar.bz2
gentoo-c364fd9a86098a31cb441af855d8ba4bb447a222.zip
postgres.eclass: Add 9999 slot
Signed-off-by: Aaron W. Swenson <titanofold@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 fd12245bb460..2e2ac85ead6f 100644
--- a/eclass/postgres.eclass
+++ b/eclass/postgres.eclass
@@ -27,7 +27,7 @@ esac
# @DESCRIPTION:
# List of versions to reverse sort POSTGRES_COMPAT slots
-_POSTGRES_ALL_VERSIONS=( 13 12 11 10 9.6 9.5 9.4 9.3 9.2 )
+_POSTGRES_ALL_VERSIONS=( 9999 13 12 11 10 9.6 9.5 9.4 9.3 9.2 )