summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2021-07-31 14:11:59 +0000
committerPatrick Lauer <patrick@gentoo.org>2021-07-31 14:12:59 +0000
commit4a50219e99fa5a2134a5080aceab24f5902b6279 (patch)
treeb2b636010af70969b2867e527bc80bbd5748415c /profiles/base
parentsys-process/parallel: Use BROOT for verify-sig key path (diff)
downloadgentoo-4a50219e99fa5a2134a5080aceab24f5902b6279.tar.gz
gentoo-4a50219e99fa5a2134a5080aceab24f5902b6279.tar.bz2
gentoo-4a50219e99fa5a2134a5080aceab24f5902b6279.zip
profiles/make.defaults: Change POSTGRES_TARGETS to {12,13}
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r--profiles/base/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 0be6a25cde1e..a037994c9e83 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -151,7 +151,7 @@ TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE="1"
# Aaron W. Swenson <titanofold@gentoo.org> (2017-07-09)
# Default target(s) for postgres{,-multi}.eclass
-POSTGRES_TARGETS="postgres10 postgres11"
+POSTGRES_TARGETS="postgres12 postgres13"
# Michael Orlitzky <mjo@gentoo.org> (2017-11-17)
#