projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb49694
)
profiles: base/make.defaults - Change PHP_TARGETS default
author
Brian Evans
<grknight@gentoo.org>
Tue, 9 Oct 2018 14:56:05 +0000
(10:56 -0400)
committer
Brian Evans
<grknight@gentoo.org>
Tue, 9 Oct 2018 14:56:05 +0000
(10:56 -0400)
php 7.0 will be soon deprecated. Move default target to 7.1
with 5.6 legacy until that is masked
Signed-off-by: Brian Evans <grknight@gentoo.org>
profiles/base/make.defaults
patch
|
blob
|
history
diff --git
a/profiles/base/make.defaults
b/profiles/base/make.defaults
index 6e1ada342cf98494a43e21ae3f258be4c291783c..8e489bf49e1368d634b1a0e61677c0ba0c6e6572 100644
(file)
--- a/
profiles/base/make.defaults
+++ b/
profiles/base/make.defaults
@@
-161,4
+161,4
@@
POSTGRES_TARGETS="postgres9_5 postgres10"
# 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-
0
"
+PHP_TARGETS="php5-6 php7-
1
"