postgres.eclass: Add 9999 slot
authorAaron W. Swenson <titanofold@gentoo.org>
Fri, 15 May 2020 13:02:44 +0000 (09:02 -0400)
committerAaron W. Swenson <titanofold@gentoo.org>
Fri, 15 May 2020 13:09:01 +0000 (09:09 -0400)
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
eclass/postgres.eclass

index fd12245bb4601bf8e8327ec15d28b3822b719eef..2e2ac85ead6f025958401ccd5433402cb16a023c 100644 (file)
@@ -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 )