From c364fd9a86098a31cb441af855d8ba4bb447a222 Mon Sep 17 00:00:00 2001 From: "Aaron W. Swenson" Date: Fri, 15 May 2020 09:02:44 -0400 Subject: [PATCH] postgres.eclass: Add 9999 slot Signed-off-by: Aaron W. Swenson --- eclass/postgres.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.26.2