[mythtv-commits] Ticket #10626: mythweb-0.25_rc20120329.ebuild broken RDEPEND

MythTV noreply at mythtv.org
Wed Apr 18 12:54:17 UTC 2012


#10626: mythweb-0.25_rc20120329.ebuild broken RDEPEND
-------------------------+--------------------------------------
 Reporter:  mythtv@…     |           Type:  Bug Report - General
   Status:  new          |       Priority:  minor
Milestone:  unknown      |      Component:  Packaging
  Version:  Unspecified  |       Severity:  medium
 Keywords:               |  Ticket locked:  0
-------------------------+--------------------------------------
 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* )

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10626>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list