From: Aaron W. Swenson Date: Fri, 15 May 2020 13:02:44 +0000 (-0400) Subject: postgres.eclass: Add 9999 slot X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c364fd9a86098a31cb441af855d8ba4bb447a222;p=gentoo.git postgres.eclass: Add 9999 slot Signed-off-by: Aaron W. Swenson --- 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 )