diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-29 11:19:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-29 11:19:58 +0000 |
commit | 45a540569ee6afc952a7e9960a957fabff70f1e6 (patch) | |
tree | 547775f99ee62e44173e9bdaf5b0f34ba353fa4c /app-editors | |
parent | Replaced sys-devel/egcs-sparc64 w/ sys-devel/gcc-sparc64 (diff) | |
download | gentoo-2-45a540569ee6afc952a7e9960a957fabff70f1e6.tar.gz gentoo-2-45a540569ee6afc952a7e9960a957fabff70f1e6.tar.bz2 gentoo-2-45a540569ee6afc952a7e9960a957fabff70f1e6.zip |
icc sucks
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/nano-1.3.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
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`" |