projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b233dd
)
profiles: Change PHP_TARGETS default to php7-2
author
Thomas Deutschmann
<whissi@gentoo.org>
Sat, 8 Jun 2019 21:01:01 +0000
(23:01 +0200)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/profiles/base/make.defaults
b/profiles/base/make.defaults
index 053b0e4ac859e8f2fb37f19c32bbfff023e78078..cc08beb437d3c984e42e4a21b3a9d494b2614666 100644
(file)
--- a/
profiles/base/make.defaults
+++ b/
profiles/base/make.defaults
@@
-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="php
5-6 php7-1
"
+PHP_TARGETS="php
7-2
"