diff options
author | Patrick Lauer <patrick@gentoo.org> | 2022-10-06 15:54:25 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2022-10-06 16:22:40 +0000 |
commit | 6ae3da3a348d5607e4bc10716c3ebc1d55aa2155 (patch) | |
tree | b3a20a1b9c4a7ce26316900a452f0030aec1c09c /profiles/desc | |
parent | dev-qt/qtwebengine: fix has_version default-libcxx test for Clang (diff) | |
download | gentoo-6ae3da3a348d5607e4bc10716c3ebc1d55aa2155.tar.gz gentoo-6ae3da3a348d5607e4bc10716c3ebc1d55aa2155.tar.bz2 gentoo-6ae3da3a348d5607e4bc10716c3ebc1d55aa2155.zip |
profiles/desc: Add postgres15 target
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/postgres_targets.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/desc/postgres_targets.desc b/profiles/desc/postgres_targets.desc index 2aeb36f33762..f87ee7f047e0 100644 --- a/profiles/desc/postgres_targets.desc +++ b/profiles/desc/postgres_targets.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of POSTGRES_TARGETS USE_EXPAND flags. @@ -8,3 +8,4 @@ postgres11 - Build against PostgreSQL 11 postgres12 - Build against PostgreSQL 12 postgres13 - Build against PostgreSQL 13 postgres14 - Build against PostgreSQL 14 +postgres15 - Build against PostgreSQL 15 |