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 1ItUkK-0002mX-1J for garchives@archives.gentoo.org; Sat, 17 Nov 2007 20:58:32 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lAHKu17Z018030; Sat, 17 Nov 2007 20:56:01 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lAHKs1Lu015615 for ; Sat, 17 Nov 2007 20:54:01 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 C3B6265314; Sat, 17 Nov 2007 20:54:00 +0000 (UTC) Date: Sat, 17 Nov 2007 12:53:58 -0800 From: Donnie Berkholz To: gentoo-dev@lists.gentoo.org, welp@gentoo.org Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-editors/tea: ChangeLog tea-17.4.1.ebuild Message-ID: <20071117205358.GA10091@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: bfcde4ff-98f4-47a9-b421-9ae8dee89f4c X-Archives-Hash: 619dff8c694a0725d09484e6c5fc2a32 On 17:30 Sat 17 Nov , Peter Weller (welp) wrote: > 1.1 app-editors/tea/tea-17.4.1.ebuild > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-17.4.1.ebuild?rev=1.1&view=markup > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-17.4.1.ebuild?rev=1.1&content-type=text/plain > src_compile() { > local myconf > > if use hacking; then > myconf="${myconf} --enable-hacking" > fi > if ! use gnome; then > myconf="${myconf} --enable-legacy" > fi > if use enchant; then > myconf="${myconf} --enable-enchant" > fi > > econf \ > $(use_enable ipv6) \ > ${myconf} || die "econf failed!" Any reason the rest of the flags aren't using use_enable()? Thanks, Donnie -- gentoo-dev@gentoo.org mailing list