diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-06-10 00:53:49 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-06-15 21:15:47 +0100 |
commit | 4fea6f989d9028244e63cc6b774bc16d071e7a01 (patch) | |
tree | a37e08e14879e625930286ce783ffbcf5eda179e /profiles/server | |
parent | net-p2p/c-lightning: Lightning Network implementation in C (diff) | |
download | portage-4fea6f989d9028244e63cc6b774bc16d071e7a01.tar.xz |
profiles/server: switch to php7.3
Diffstat (limited to 'profiles/server')
-rw-r--r-- | profiles/server/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/server/make.defaults b/profiles/server/make.defaults index fc90b36c..33f3861a 100644 --- a/profiles/server/make.defaults +++ b/profiles/server/make.defaults @@ -774,4 +774,4 @@ USE="${USE} -php_targets_php7-2 -php_targets_php7-3" USE="${USE} - php_targets_php7-2" + php_targets_php7-3" |