commit: dcd60079961a7f3693117e512c87139c39617213
Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Tue May 10 11:05:33 2016 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Tue May 10 11:05:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcd60079
www-servers/uwsgi: QA drop php5-4 support as it has been removed from tree
Package-Manager: portage-2.2.27
www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild | 3 +--
www-servers/uwsgi/uwsgi-2.0.12.ebuild | 3 +--
www-servers/uwsgi/uwsgi-2.0.9.ebuild | 3 +--
3 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild
b/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild
index 2e0167a..fb2e9a3 100644
--- a/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild
@@ -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/_/-}"
@@ -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 )
diff --git a/www-servers/uwsgi/uwsgi-2.0.12.ebuild
b/www-servers/uwsgi/uwsgi-2.0.12.ebuild
index ec8caf0..466791a 100644
--- a/www-servers/uwsgi/uwsgi-2.0.12.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.12.ebuild
@@ -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/_/-}"
@@ -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] )
diff --git a/www-servers/uwsgi/uwsgi-2.0.9.ebuild
b/www-servers/uwsgi/uwsgi-2.0.9.ebuild
index 4d7251d..dc4a16f 100644
--- a/www-servers/uwsgi/uwsgi-2.0.9.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.9.ebuild
@@ -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/_/-}"
@@ -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} )