Opened 14 years ago
Closed 14 years ago
#10626 closed Bug Report - General (Duplicate)
mythweb-0.25_rc20120329.ebuild broken RDEPEND
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | Packaging | Version: | Unspecified |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
As it is now the dependency is unachievable with the php versions in portage, so anyone with a current php can't install mythweb. I assume the intention is to accept php-5.3.x rather than an exact match to nonexisting php-5.3, in which case
RDEPEND="<dev-lang/php-5.4[curl,json,mysql,session,posix]
| ( <dev-lang/php-5.3[spl,pcre] =dev-lang/php-5.3 ) |
should be:
RDEPEND="<dev-lang/php-5.4[curl,json,mysql,session,posix]
| ( <dev-lang/php-5.3[spl,pcre] =dev-lang/php-5.3* ) |
Note:
See TracTickets
for help on using tickets.

See #10508.