postgres.eclass: Remove support for slot 12

12 has been EOL for a while

Signed-off-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
Patrick Lauer
2025-02-13 08:47:36 +00:00
parent e9498f5425
commit af87264b9d

View File

@@ -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 )