commit: af87264b9ddb60dac6d58b0bcca57122e58a23e7 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org> AuthorDate: Thu Feb 13 08:47:36 2025 +0000 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org> CommitDate: Thu Feb 13 08:49:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af87264b
postgres.eclass: Remove support for slot 12 12 has been EOL for a while Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org> eclass/postgres.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass index 21490df1965e..d743c5d0d165 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 )