From b6bd734bcb99a351544ff24ab7e210f1be9d6af3 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Sat, 21 May 2022 09:28:05 +0000 Subject: eclass/postgresql.eclass: Remove obsolete postgres slots Signed-off-by: Patrick Lauer --- eclass/postgres.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/postgres.eclass') diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass index de2d0a28761b..ec5242be59f8 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=( 9999 14 13 12 11 10 9.6 9.5 9.4 9.3 9.2 ) +_POSTGRES_ALL_VERSIONS=( 9999 14 13 12 11 10 ) -- cgit v1.2.3