diff options
author | George Shapovalov <george@gentoo.org> | 2002-07-22 08:03:00 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-07-22 08:03:00 +0000 |
commit | 2c7abf08d3327638d137f799553405643ca38723 (patch) | |
tree | 592a152c1cfc86534069988efda43e703fe6f5f0 /dev-lang/icc/icc-6.0.ebuild | |
parent | new license for dev-land/lua (diff) | |
download | gentoo-2-2c7abf08d3327638d137f799553405643ca38723.tar.gz gentoo-2-2c7abf08d3327638d137f799553405643ca38723.tar.bz2 gentoo-2-2c7abf08d3327638d137f799553405643ca38723.zip |
few more clean-ups
Diffstat (limited to 'dev-lang/icc/icc-6.0.ebuild')
-rw-r--r-- | dev-lang/icc/icc-6.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-lang/icc/icc-6.0.ebuild b/dev-lang/icc/icc-6.0.ebuild index 0b250be4b967..361660b17c7b 100644 --- a/dev-lang/icc/icc-6.0.ebuild +++ b/dev-lang/icc/icc-6.0.ebuild @@ -1,6 +1,6 @@ # 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/icc/icc-6.0.ebuild,v 1.4 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-6.0.ebuild,v 1.5 2002/07/22 08:02:59 george Exp $ S=${WORKDIR} @@ -25,6 +25,9 @@ DEPEND=">=virtual/linux-sources-2.4 RDEPEND=">=virtual/linux-sources-2.4 >=sys-libs/glibc-2.2.2" +SLOT="0" +KEYWORDS="x86 -ppc -sparc -sparc64" + src_compile() { # Keep disk space to a minimum rm -f intel-*.ia64.rpm |