From af87264b9ddb60dac6d58b0bcca57122e58a23e7 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Thu, 13 Feb 2025 08:47:36 +0000 Subject: [PATCH] postgres.eclass: Remove support for slot 12 12 has been EOL for a while Signed-off-by: Patrick Lauer --- eclass/postgres.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass index 21490df1965eb..d743c5d0d165f 100644 --- a/eclass/postgres.eclass +++ b/eclass/postgres.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: postgres.eclass @@ -27,7 +27,7 @@ _POSTGRES_ECLASS=1 # @DESCRIPTION: # List of versions to reverse sort POSTGRES_COMPAT slots -_POSTGRES_ALL_VERSIONS=( 9999 17 16 15 14 13 12 ) +_POSTGRES_ALL_VERSIONS=( 9999 17 16 15 14 13 )