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
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