diff options
author | Jon Portnoy <avenj@gentoo.org> | 2002-12-19 18:13:28 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2002-12-19 18:13:28 +0000 |
commit | 054ad5030bc276c4c5dd93c64144e6df545cf986 (patch) | |
tree | 79552b59d364976c6aa8ed7886e1f6aafbc9c423 /sys-apps/cpio/cpio-2.5.ebuild | |
parent | limit mask to arts 1.1.0_rc5 r0,r1; don't include version 5 in the mask (diff) | |
download | gentoo-2-054ad5030bc276c4c5dd93c64144e6df545cf986.tar.gz gentoo-2-054ad5030bc276c4c5dd93c64144e6df545cf986.tar.bz2 gentoo-2-054ad5030bc276c4c5dd93c64144e6df545cf986.zip |
Temporarily pull out ICC support.
Diffstat (limited to 'sys-apps/cpio/cpio-2.5.ebuild')
-rw-r--r-- | sys-apps/cpio/cpio-2.5.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys-apps/cpio/cpio-2.5.ebuild b/sys-apps/cpio/cpio-2.5.ebuild index 004647267f2c..aaeeef6a8e4c 100644 --- a/sys-apps/cpio/cpio-2.5.ebuild +++ b/sys-apps/cpio/cpio-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpio/cpio-2.5.ebuild,v 1.3 2002/12/10 00:12:20 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpio/cpio-2.5.ebuild,v 1.4 2002/12/19 18:13:28 avenj Exp $ DESCRIPTION="A file archival tool which can also read and write tar files" SRC_URI="mirror://gnu/cpio/${P}.tar.gz" @@ -9,8 +9,6 @@ HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html" KEYWORDS="~x86 ~ppc ~sparc ~alpha" SLOT="0" LICENSE="GPL-2 LGPL-2" -IUSE="icc" -DEPEND="icc? ( >=dev-lang/icc-7.0 )" src_unpack() { unpack ${A} @@ -20,7 +18,6 @@ src_unpack() { } src_compile() { - use icc && CC="iccbin" CXX="iccbin" LD="iccbin" econf emake || die } |