mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
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:
@@ -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 )
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user