summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2018-06-13 07:13:57 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2018-06-13 07:13:57 -0400
commit7039195face27b3fc6f3673aa0dfe3c3e61b86f8 (patch)
tree24a8484647ac57ba7921212debd70688997451cf
parentprofiles/desc/postgres_targets.desc: Add postgres12 (diff)
downloadgentoo-7039195face27b3fc6f3673aa0dfe3c3e61b86f8.tar.gz
gentoo-7039195face27b3fc6f3673aa0dfe3c3e61b86f8.tar.bz2
gentoo-7039195face27b3fc6f3673aa0dfe3c3e61b86f8.zip
profiles/base/make.defaults: Add postgres10 to POSTGRES_TARGETS
-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 bfb6fd69d208..b41ecfa1f279 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> (9 Jul 2017)
# Default target(s) for postgres{,-multi}.eclass
-POSTGRES_TARGETS="postgres9_5"
+POSTGRES_TARGETS="postgres9_5 postgres10"
# Michael Orlitzky <mjo@gentoo.org> (17 Nov 2017)
#