From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IgVM1-0007Qo-4D for garchives@archives.gentoo.org; Sat, 13 Oct 2007 00:59:45 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9D0mvQo027982; Sat, 13 Oct 2007 00:48:57 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l9D0j2MM021170 for ; Sat, 13 Oct 2007 00:45:02 GMT Received: from gentoo.org (c-67-171-150-177.hsd1.or.comcast.net [67.171.150.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 7043965729; Sat, 13 Oct 2007 00:44:54 +0000 (UTC) Date: Fri, 12 Oct 2007 17:44:53 -0700 From: Donnie Berkholz To: gentoo-dev@lists.gentoo.org, cardoe@gentoo.org Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.20.2_p14668.ebuild mythtv-0.21_pre14666.ebuild mythtv-0.21_pre14480-r1.ebuild Message-ID: <20071013004453.GM23990@supernova> References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) X-Archives-Salt: d343c060-f531-48a6-bdfe-ed4881960f16 X-Archives-Hash: c0f4677106294accacd5c7d77970ec20 On 18:55 Fri 12 Oct , Doug Goldstein (cardoe) wrote: > 1.1 media-tv/mythtv/mythtv-0.20.2_p14668.ebuild > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14668.ebuild?rev=1.1&view=markup > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14668.ebuild?rev=1.1&content-type=text/plain > use alsa || myconf="${myconf} --disable-audio-alsa" > use jack || myconf="${myconf} --disable-audio-jack" > use dts || myconf="${myconf} --disable-dts" > use freebox || myconf="${myconf} --disable-freebox" > use dbox2 || myconf="${myconf} --disable-dbox2" > use hdhomerun || myconf="${myconf} --disable-hdhomerun" > use crciprec || myconf="${myconf} --disable-crciprec" > use altivec || myconf="${myconf} --disable-altivec" > use xvmc && myconf="${myconf} --enable-xvmc" > use xvmc && use video_cards_via && myconf="${myconf} --enable-xvmc-pro" > use perl && myconf="${myconf} --with-bindings=perl" > myconf="${myconf} > --disable-audio-arts > $(use_enable lirc) > $(use_enable joystick joystick-menu) > $(use_enable dvb) > --dvb-path=/usr/include > $(use_enable opengl opengl-vsync) > $(use_enable ieee1394 firewire) > --enable-xrandr > --enable-xv > --disable-directfb > --enable-x11 > --enable-proc-opt" How come some of these don't use use_enable()? > cd ${S}/contrib/channel_changers Some quoting issues like this one. Thanks, Donnie -- gentoo-dev@gentoo.org mailing list