<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>224699</bug_id>
          
          <creation_ts>2008-06-03 02:54 0000</creation_ts>
          <short_desc>media-tv/mythtv-0.21_p17435 fails on configure</short_desc>
          <delta_ts>2008-06-03 03:23:31 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>unspecified</version>
          <rep_platform>AMD64</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          <bug_file_loc>http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_p17435.ebuild?rev=1.1&amp;view=markup</bug_file_loc>
          
          <keywords>InCVS</keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>ben@bennyp.org</reporter>
          <assigned_to>cardoe@gentoo.org</assigned_to>
          <cc>jer@gentoo.org</cc>
    
    <cc>media-tv@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>ben@bennyp.org</who>
            <bug_when>2008-06-03 02:54:01 0000</bug_when>
            <thetext>The mythtv-0.21_p17435 has an error in the ebuild, line 311.  It is missing the $ in front of (use_enable lirc).  This causes the ebuild to fail.

Reproducible: Always

Steps to Reproduce:
1.emerge mythtv
2.
3.

Actual Results:  
Ebuild dies with &quot;Unknown option &quot;(use_enable&quot;.&quot;


Package unmasked via packages.keywords for AMD64</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jer@gentoo.org</who>
            <bug_when>2008-06-03 03:19:12 0000</bug_when>
            <thetext>It&apos;s not on line 311, the last of the ebuild, but the rest is true:
Index: mythtv-0.21_p17435.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p17435.ebuild,v
retrieving revision 1.2
diff -u -B -r1.2 mythtv-0.21_p17435.ebuild
--- mythtv-0.21_p17435.ebuild   2 Jun 2008 19:18:00 -0000       1.2
+++ mythtv-0.21_p17435.ebuild   3 Jun 2008 03:18:39 -0000
@@ -118,7 +118,7 @@
        myconf=&quot;${myconf}
                $(use_enable dvb)
                $(use_enable ieee1394 firewire)
-       (use_enable lirc)
+               $(use_enable lirc)
                --disable-audio-arts
                --disable-directfb
                --dvb-path=/usr/include</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jer@gentoo.org</who>
            <bug_when>2008-06-03 03:23:31 0000</bug_when>
            <thetext>Seems to have been introduced in [URL]. Fixed now.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>