diff options
author | Patrick Lauer <patrick@gentoo.org> | 2024-01-19 09:51:19 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2024-01-19 09:51:51 +0000 |
commit | 4311c1e0179f06c2410d3d3fe534edc87dcd63e8 (patch) | |
tree | 5b1a4dcd41101d7b1439e12f462d0936b2293067 /profiles | |
parent | postgres.eclass: Drop postgresql:11 support (diff) | |
download | gentoo-4311c1e0179f06c2410d3d3fe534edc87dcd63e8.tar.gz gentoo-4311c1e0179f06c2410d3d3fe534edc87dcd63e8.tar.bz2 gentoo-4311c1e0179f06c2410d3d3fe534edc87dcd63e8.zip |
profiles/desc: Remove postgres11
Removed in all other places.
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desc/postgres_targets.desc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/profiles/desc/postgres_targets.desc b/profiles/desc/postgres_targets.desc index c122590b4137..d40f508181cc 100644 --- a/profiles/desc/postgres_targets.desc +++ b/profiles/desc/postgres_targets.desc @@ -1,9 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of POSTGRES_TARGETS USE_EXPAND flags. -postgres11 - Build against PostgreSQL 11 postgres12 - Build against PostgreSQL 12 postgres13 - Build against PostgreSQL 13 postgres14 - Build against PostgreSQL 14 |