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 1InqXu-0002nS-W3 for garchives@archives.gentoo.org; Fri, 02 Nov 2007 07:02:23 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id lA271XEI031693; Fri, 2 Nov 2007 07:01:33 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 lA26xblG027887 for ; Fri, 2 Nov 2007 06:59:38 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 BA1C56567C; Fri, 2 Nov 2007 06:59:37 +0000 (UTC) Date: Thu, 1 Nov 2007 23:59:36 -0700 From: Donnie Berkholz To: gentoo-dev@lists.gentoo.org, cryos@gentoo.org Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sci-mathematics/mathomatic: ChangeLog mathomatic-12.7.9.ebuild Message-ID: <20071102065936.GZ30328@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: cd3ff3f1-3422-4df4-babb-98b4f598c8c7 X-Archives-Hash: 6b95a5225f4d4e875da1022f2855b21e On 02:37 Fri 02 Nov , Marcus Hanwell (cryos) wrote: > 1.1 sci-mathematics/mathomatic/mathomatic-12.7.9.ebuild > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.7.9.ebuild?rev=1.1&view=markup > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.7.9.ebuild?rev=1.1&content-type=text/plain > IUSE="doc icc" > > DEPEND="sys-libs/readline > sys-libs/ncurses > icc? ( dev-lang/icc )" > > src_compile() { > if use icc; then > CC="icc" CFLAGS="-O3 -axKWNBP -ipo" LDFLAGS="-O3 -axKWNBP -ipo -limf" emake READLINE=1 || die "emake failed" > else > emake READLINE=1 || die "emake failed" > fi Could you drop the icc USE flag? All you need to do is make sure this package respects CC, CFLAGS and LDFLAGS, and users can take care of the rest in make.conf. Thanks, Donnie -- gentoo-dev@gentoo.org mailing list