postgres.eclass: Disable postgres13 support

Signed-off-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
Patrick Lauer 2025-09-26 08:34:12 +02:00
parent 49daa62ac2
commit ce546c73a1
No known key found for this signature in database
GPG Key ID: 3B789728CC371155

View File

@ -27,7 +27,7 @@ _POSTGRES_ECLASS=1
# @DESCRIPTION:
# List of versions to reverse sort POSTGRES_COMPAT slots
_POSTGRES_ALL_VERSIONS=( 9999 18 17 16 15 14 13 )
_POSTGRES_ALL_VERSIONS=( 9999 18 17 16 15 14 )