diff options
author | Patrick Lauer <patrick@gentoo.org> | 2024-01-19 09:50:46 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2024-01-19 09:51:51 +0000 |
commit | 0249499c3c71fa77c0e9e4b88f312661d42c0794 (patch) | |
tree | 5d23417810a3657cd451660462360be4d8b51172 /eclass/postgres.eclass | |
parent | dev-db/postgresql: drop 11.22 (diff) | |
download | gentoo-0249499c3c71fa77c0e9e4b88f312661d42c0794.tar.gz gentoo-0249499c3c71fa77c0e9e4b88f312661d42c0794.tar.bz2 gentoo-0249499c3c71fa77c0e9e4b88f312661d42c0794.zip |
postgres.eclass: Drop postgresql:11 support
Very EOL upstream.
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'eclass/postgres.eclass')
-rw-r--r-- | eclass/postgres.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass index e10f2f7611ee..9bf84fe13118 100644 --- a/eclass/postgres.eclass +++ b/eclass/postgres.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 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 16 15 14 13 12 11 ) +_POSTGRES_ALL_VERSIONS=( 9999 16 15 14 13 12 ) |