diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 04:32:06 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 04:32:06 +0000 |
commit | 727d4743d96c3e00eea85ed4e06132f031894900 (patch) | |
tree | 04868ec3a2b67fc42c88ab2525bd858dda620766 /dev-lang | |
parent | License for dgen-sdl (diff) | |
download | historical-727d4743d96c3e00eea85ed4e06132f031894900.tar.gz historical-727d4743d96c3e00eea85ed4e06132f031894900.tar.bz2 historical-727d4743d96c3e00eea85ed4e06132f031894900.zip |
repoman'd
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ifc/ifc-6.0.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/dev-lang/ifc/ifc-6.0.ebuild b/dev-lang/ifc/ifc-6.0.ebuild index 68603e871c2f..cf6c50e5bd2a 100644 --- a/dev-lang/ifc/ifc-6.0.ebuild +++ b/dev-lang/ifc/ifc-6.0.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-6.0.ebuild,v 1.3 2002/07/22 08:03:00 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-6.0.ebuild,v 1.4 2002/08/02 04:32:06 seemant Exp $ S=${WORKDIR} - DESCRIPTION="Intel Fortran Compiler - The Pentium optimized compiler for Linux" #RESTRICT="fetch" @@ -17,17 +16,17 @@ HOMEPAGE="http://www.intel.com/software/products/compilers/f60l/" # The ifc-6 license is the same copy with minimal name changes. LICENSE="icc-6.0" -LOT="0" +SLOT="0" KEYWORDS="x86" DEPEND=">=virtual/linux-sources-2.4 - >=sys-libs/glibc-2.2.2 - sys-apps/cpio - app-arch/rpm" + >=sys-libs/glibc-2.2.2 + sys-apps/cpio + app-arch/rpm" RDEPEND=">=virtual/linux-sources-2.4 - >=sys-libs/glibc-2.2.2" + >=sys-libs/glibc-2.2.2" src_compile() { # Keep disk space to a minimum |