summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2020-07-19 14:08:34 -0400
committerBrian Evans <grknight@gentoo.org>2020-07-19 14:09:29 -0400
commitcac055b5696f94cc12396f7fbfcb33799821bc17 (patch)
tree6999239dee4fbed6c2c0f40169cfae35ef3f4de7 /profiles
parentdev-libs/template-glib: bump to 3.34.0 (diff)
downloadgentoo-cac055b5696f94cc12396f7fbfcb33799821bc17.tar.gz
gentoo-cac055b5696f94cc12396f7fbfcb33799821bc17.tar.bz2
gentoo-cac055b5696f94cc12396f7fbfcb33799821bc17.zip
profiles: Add php7-3 target by default
Closes: https://bugs.gentoo.org/694008 Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'profiles')
-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 c8b3fcdddc14..1ac69f51ec90 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -163,7 +163,7 @@ POSTGRES_TARGETS="postgres10 postgres11"
# Moreover, it should only contain targets that have a stable version
# of PHP, to avoid pulling in an unstable PHP on stable systems.
#
-PHP_TARGETS="php7-2"
+PHP_TARGETS="php7-2 php7-3"
# Alfredo Tupone <tupone@gentoo.org> (2019-09-03)
#