Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Tue, 09 Oct 2018 14:57:48
Message-Id: 1539096965.3685815fb99923f35a19a4a9f8af438e457df678.grknight@gentoo
1 commit: 3685815fb99923f35a19a4a9f8af438e457df678
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 9 14:56:05 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 9 14:56:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3685815f
7
8 profiles: base/make.defaults - Change PHP_TARGETS default
9
10 php 7.0 will be soon deprecated. Move default target to 7.1
11 with 5.6 legacy until that is masked
12
13 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
14
15 profiles/base/make.defaults | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
19 index 6e1ada342cf..8e489bf49e1 100644
20 --- a/profiles/base/make.defaults
21 +++ b/profiles/base/make.defaults
22 @@ -161,4 +161,4 @@ POSTGRES_TARGETS="postgres9_5 postgres10"
23 # Moreover, it should only contain targets that have a stable version
24 # of PHP, to avoid pulling in an unstable PHP on stable systems.
25 #
26 -PHP_TARGETS="php5-6 php7-0"
27 +PHP_TARGETS="php5-6 php7-1"