profiles: Change PHP_TARGETS default to php7-2
authorThomas Deutschmann <whissi@gentoo.org>
Sat, 8 Jun 2019 21:01:01 +0000 (23:01 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sat, 8 Jun 2019 21:01:01 +0000 (23:01 +0200)
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
profiles/base/make.defaults

index 053b0e4ac859e8f2fb37f19c32bbfff023e78078..cc08beb437d3c984e42e4a21b3a9d494b2614666 100644 (file)
@@ -169,4 +169,4 @@ 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="php5-6 php7-1"
+PHP_TARGETS="php7-2"