| Summary: | dev-lang/php[apache2] requires www-servers/apache[unixd] | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c> |
| Component: | [OLD] Development | Assignee: | PHP Bugs <php-bugs> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Lars Wendler (Polynomial-C) (RETIRED)
2014-08-09 12:19:33 UTC
This is only for apache-2.4? So it should be something 2.2[threads=] or 2.4[threads=,apache_modules_unixd] I'll update the deps for the next version bumps. Sorry I was in a hurry when filing this bug report. You are right, this is needed for apache-2.4. The deps should look like this: apache2? ( || ( >=www-servers-2.4/apache[apache2_modules_unixd,threads=] <www-servers-2.4/apache[threads=] ) ) The only version of PHP with this left unfixed is 5.3.29, still reading
apache2? ( www-servers/apache[threads=] )
All others seem fixed to say
apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
<www-servers/apache-2.4[threads=] ) )
already.
PHP 5.3 is about to be removed, so this will be taken care of very soon PHP 5.3 is gone |