From 542e1b72311d54e47d6805450c92c40662255b49 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 29 Jan 2004 11:19:58 +0000 Subject: icc sucks --- app-editors/nano/nano-1.3.1.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'app-editors/nano') diff --git a/app-editors/nano/nano-1.3.1.ebuild b/app-editors/nano/nano-1.3.1.ebuild index 267fc9eb15b9..5b18a9b66297 100644 --- a/app-editors/nano/nano-1.3.1.ebuild +++ b/app-editors/nano/nano-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.1.ebuild,v 1.3 2004/01/26 08:54:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.1.ebuild,v 1.4 2004/01/29 11:19:58 vapier Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://www.nano-editor.org/dist/v1.3/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ppc64" -IUSE="nls build spell justify debug slang icc nomac wsconvert" +IUSE="nls build spell justify debug slang nomac wsconvert" DEPEND=">=sys-libs/ncurses-5.2 nls? ( sys-devel/gettext ) @@ -29,8 +29,6 @@ src_unpack() { } src_compile() { - use icc && export CC=icc - local myconf="" use build && myconf="${myconf} --disable-wrapping-as-root" [ `use ncurses` ] || myconf="${myconf} `use_with slang`" -- cgit v1.2.3-65-gdbad