Bug 224699 - media-tv/mythtv-0.21_p17435 fails on configure
Bug#: 224699 Product:  Gentoo Linux Version: unspecified Platform: AMD64
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: cardoe@gentoo.org Reported By: ben@bennyp.org
Component: Applications
URL:  http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_p17435.ebuild?rev=1.1&view=markup
Summary: media-tv/mythtv-0.21_p17435 fails on configure
Keywords:  InCVS
Status Whiteboard: 
Opened: 2008-06-03 02:54 0000
Description:   Opened: 2008-06-03 02:54 0000
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 "Unknown option "(use_enable"."


Package unmasked via packages.keywords for AMD64

------- Comment #1 From Jeroen Roovers 2008-06-03 03:19:12 0000 -------
It'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="${myconf}
                $(use_enable dvb)
                $(use_enable ieee1394 firewire)
-       (use_enable lirc)
+               $(use_enable lirc)
                --disable-audio-arts
                --disable-directfb
                --dvb-path=/usr/include

------- Comment #2 From Jeroen Roovers 2008-06-03 03:23:31 0000 -------
Seems to have been introduced in [URL]. Fixed now.