Skip to content

Commit

Permalink
www-servers/uwsgi: QA drop php5-4 support as it has been removed from…
Browse files Browse the repository at this point in the history
… tree

Package-Manager: portage-2.2.27
  • Loading branch information
ultrabug committed May 10, 2016
1 parent e66d66d commit dcd6007
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ USE_RUBY="ruby20 ruby21"
PHP_EXT_INI="no"
PHP_EXT_NAME="dummy"
PHP_EXT_OPTIONAL_USE="php"
USE_PHP="php5-4 php5-5 php5-6" # deps must be registered separately below
USE_PHP="php5-5 php5-6" # deps must be registered separately below

MY_P="${P/_/-}"

Expand Down Expand Up @@ -113,7 +113,6 @@ CDEPEND="sys-libs/zlib
mono? ( =dev-lang/mono-2* )
perl? ( dev-lang/perl:= )
php? (
php_targets_php5-4? ( dev-lang/php:5.4[embed] )
php_targets_php5-5? ( dev-lang/php:5.5[embed] )
)
pypy? ( virtual/pypy )
Expand Down
3 changes: 1 addition & 2 deletions www-servers/uwsgi/uwsgi-2.0.12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ USE_RUBY="ruby20 ruby21"
PHP_EXT_INI="no"
PHP_EXT_NAME="dummy"
PHP_EXT_OPTIONAL_USE="php"
USE_PHP="php5-4 php5-5 php5-6 php7-0" # deps must be registered separately below
USE_PHP="php5-5 php5-6 php7-0" # deps must be registered separately below

MY_P="${P/_/-}"

Expand Down Expand Up @@ -113,7 +113,6 @@ CDEPEND="sys-libs/zlib
mono? ( =dev-lang/mono-2* )
perl? ( dev-lang/perl:= )
php? (
php_targets_php5-4? ( dev-lang/php:5.4[embed] )
php_targets_php5-5? ( dev-lang/php:5.5[embed] )
php_targets_php5-6? ( dev-lang/php:5.6[embed] )
php_targets_php7-0? ( dev-lang/php:7.0[embed] )
Expand Down
3 changes: 1 addition & 2 deletions www-servers/uwsgi/uwsgi-2.0.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ USE_RUBY="ruby20"
PHP_EXT_INI="no"
PHP_EXT_NAME="dummy"
PHP_EXT_OPTIONAL_USE="php"
USE_PHP="php5-4 php5-5" # deps must be registered separately below
USE_PHP="php5-5" # deps must be registered separately below

MY_P="${P/_/-}"

Expand Down Expand Up @@ -109,7 +109,6 @@ CDEPEND="sys-libs/zlib
mono? ( =dev-lang/mono-2* )
perl? ( dev-lang/perl:= )
php? (
php_targets_php5-4? ( dev-lang/php:5.4[embed] )
php_targets_php5-5? ( dev-lang/php:5.5[embed] )
)
python? ( ${PYTHON_DEPS} )
Expand Down

0 comments on commit dcd6007

Please sign in to comment.