diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2013-07-08 01:17:16 +0200 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2013-07-08 01:17:16 +0200 |
commit | 741d5a9824448aa497414c0872e4534b7a786e28 (patch) | |
tree | 7362c3e15402ce3f6b3288ad786a397330e0ff9f /profiles | |
parent | dev-lang/python: Fix cross compiling, #471804 (diff) | |
download | portage-741d5a9824448aa497414c0872e4534b7a786e28.tar.xz |
profiles/enlightenment: Default PHP TARGET is 5.3
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/enlightenment/make.defaults | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/enlightenment/make.defaults b/profiles/enlightenment/make.defaults index f0116269..5af2aa19 100644 --- a/profiles/enlightenment/make.defaults +++ b/profiles/enlightenment/make.defaults @@ -185,3 +185,5 @@ USE="${USE} apache2_modules_unixd" APACHE2_MPMS="prefork" + +PHP_TARGETS="php5-3" |