Opened 12 years ago

Closed 12 years ago

#10626 closed Bug Report - General (Duplicate)

mythweb-0.25_rc20120329.ebuild broken RDEPEND

Reported by: mythtv@… 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* )

Change History (1)

comment:1 Changed 12 years ago by Raymond Wagner

Resolution: Duplicate
Status: newclosed

See #10508.

Note: See TracTickets for help on using tickets.