[mythtv-commits] Ticket #10376: Error with current gentoo ebuilds

MythTV noreply at mythtv.org
Fri Feb 24 19:14:30 UTC 2012


#10376: Error with current gentoo ebuilds
-----------------------------------+-----------------------------
 Reporter:  freedenizen@…          |          Owner:  wagnerrp
     Type:  Bug Report - General   |         Status:  closed
 Priority:  minor                  |      Milestone:  0.25
Component:  MythTV - General       |        Version:  Master Head
 Severity:  medium                 |     Resolution:  Fixed
 Keywords:                         |  Ticket locked:  0
-----------------------------------+-----------------------------

Comment (by wagnerrp):

 Better patch

 {{{
 diff --git a/Gentoo/eclass/mythtv-plugins.eclass b/Gentoo/eclass/mythtv-
 plugins.eclass
 index 31fd714..da22a4b 100644
 --- a/Gentoo/eclass/mythtv-plugins.eclass
 +++ b/Gentoo/eclass/mythtv-plugins.eclass
 @@ -51,7 +51,7 @@ mythtv-plugins_pkg_setup() {
         MYTHPLUGINS="${MYTHPLUGINS} mythmusic"
         MYTHPLUGINS="${MYTHPLUGINS} mythnetvision"
         MYTHPLUGINS="${MYTHPLUGINS} mythnews"
 -       if [[ ${MY_PV} == "0.24.1" ]]; then
 +       if [[ ${MY_PV} =~ 0\.24\.[0-9] ]]; then
                 MYTHPLUGINS="${MYTHPLUGINS} mythvideo"
         fi
         MYTHPLUGINS="${MYTHPLUGINS} mythweather"
 }}}

 Although admittedly, it shouldn't make any difference unless by some
 chance there is a 0.24.3 point release.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10376#comment:5>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list