diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-01-19 15:31:36 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-01-19 15:31:36 +0000 |
commit | 34120f1adc17fe3b69c532a1b0d69264d59a02b1 (patch) | |
tree | cacfac4de6d0224ce17d39e510b39a627d9fe750 | |
parent | profiles/server: Bump net-p2p/xmr-stak keyword (diff) | |
download | portage-34120f1adc17fe3b69c532a1b0d69264d59a02b1.tar.xz |
profiles/server: Sync PHP_TARGETS
-rw-r--r-- | profiles/server/make.defaults | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/profiles/server/make.defaults b/profiles/server/make.defaults index 9f75bf27..c85d13c0 100644 --- a/profiles/server/make.defaults +++ b/profiles/server/make.defaults @@ -768,11 +768,10 @@ USE="${USE} # First disable all of them, set enable needed one # W=php_targets ; sed -rne "s/^([a-zA-Z]([^ ]+)) .*/\t-${W}_\1/p" /usr/portage/profiles/desc/$W.desc | sort USE="${USE} - -php_targets_php5-4 - -php_targets_php5-5 -php_targets_php5-6 -php_targets_php7-0 -php_targets_php7-1 - -php_targets_php7-2" + -php_targets_php7-2 + -php_targets_php7-3" USE="${USE} - php_targets_php7-1" + php_targets_php7-2" |