diff options
author | Patrick Lauer <patrick@gentoo.org> | 2024-09-26 11:43:21 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2024-09-26 13:21:01 +0000 |
commit | b906b4ed40b71a991a4f775ab8821c0595d3606f (patch) | |
tree | 516ae8681f74816b52ee9558d26b06c933ca3c1e /eclass/postgres.eclass | |
parent | net-mail/b4: drop 0.13.0 (diff) | |
download | gentoo-b906b4ed40b71a991a4f775ab8821c0595d3606f.tar.gz gentoo-b906b4ed40b71a991a4f775ab8821c0595d3606f.tar.bz2 gentoo-b906b4ed40b71a991a4f775ab8821c0595d3606f.zip |
eclass/, profiles/: Enable PostgreSQL 17 support
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'eclass/postgres.eclass')
-rw-r--r-- | eclass/postgres.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass index 9bf84fe13118..2c44358898e6 100644 --- a/eclass/postgres.eclass +++ b/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 ) +_POSTGRES_ALL_VERSIONS=( 9999 17 16 15 14 13 12 ) |