diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-03 18:13:07 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-03 19:00:17 +0200 |
commit | 76f1e59caff340749d07e360035e56ad25dd31d2 (patch) | |
tree | a0882721b17b1b482d6aad96ebc13e26b0b83212 /profiles | |
parent | dev-python/cov-core: Add py38, py39 (diff) | |
download | gentoo-76f1e59caff340749d07e360035e56ad25dd31d2.tar.gz gentoo-76f1e59caff340749d07e360035e56ad25dd31d2.tar.bz2 gentoo-76f1e59caff340749d07e360035e56ad25dd31d2.zip |
profiles: Add php7-4 target by default
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index ebcbbe0ad388..5b8552b7c2d2 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -166,7 +166,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 php7-3" +PHP_TARGETS="php7-2 php7-3 php7-4" # Alfredo Tupone <tupone@gentoo.org> (2019-09-03) # |