Opened 14 years ago
Closed 14 years ago
Last modified 14 years ago
#10508 closed Bug Report - General (fixed)
mythweb should depend on php 5.3
| Reported by: | Owned by: | Raymond Wagner | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25.1 |
| Component: | Packaging | Version: | 0.24.2 |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Since mythweb does not work with PHP 5.4, it should depend on a version less than 5.4.
Change History (7)
comment:1 by , 14 years ago
| Owner: | set to |
|---|---|
| Status: | new → accepted |
comment:2 by , 14 years ago
| Milestone: | unknown → 0.25 |
|---|---|
| Resolution: | → Fixed |
| Status: | accepted → closed |
comment:3 by , 14 years ago
| Resolution: | Fixed |
|---|---|
| Status: | closed → new |
Hi,
You made a typo: it should either be ">=dev-lang/php-5.3" or "dev-lang/php:5.3" - not "=dev-lang/php-5.3".
In fact, using the slot would probably be much cleaner:
RDEPEND="
|| ( dev-lang/php:5.3[curl,json,mysql,session,posix]
<dev-lang/php-5.3[spl,pcre] )
dev-perl/DBI
dev-perl/DBD-mysql
dev-perl/Net-UPnP"
comment:4 by , 14 years ago
If the patches in ticket 10504 address the root cause of the problem, is the change in this ticket necessary?
comment:5 by , 14 years ago
| Milestone: | 0.25 → unknown |
|---|
comment:6 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:7 by , 14 years ago
| Milestone: | unknown → 0.25.1 |
|---|
Note:
See TracTickets
for help on using tickets.

Fixed by 2caa47f0ad4728.