diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-08-29 21:20:58 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-08-30 13:48:16 +0100 |
commit | c68f41d5f108e5684042050c18781cab175ef4cb (patch) | |
tree | 958158339f2ca71a8439cababa4bf0be65f1470a /profiles/server | |
parent | profiles/common: Keyword app-crypt/gnupg-2.1.6 (diff) | |
download | portage-c68f41d5f108e5684042050c18781cab175ef4cb.tar.xz |
profiles/server: Refresh PHP_TARGETS
Diffstat (limited to 'profiles/server')
-rw-r--r-- | profiles/server/make.defaults | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/profiles/server/make.defaults b/profiles/server/make.defaults index e086eae4..37cf26b2 100644 --- a/profiles/server/make.defaults +++ b/profiles/server/make.defaults @@ -588,6 +588,9 @@ USE="${USE} -php_targets_php5-3 -php_targets_php5-4 -php_targets_php5-5 - -php_targets_php5-6" + -php_targets_php5-6 + -php_targets_php7-0" USE="${USE} - php_targets_php5-4" + php_targets_php5-4 + php_targets_php5-5 + php_targets_php5-6" |