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 | 67275f864dc0d9825868cfa2ca733caa62a3e926 (patch) | |
tree | e76e02a44b7b9adcda68a135c09226daf704f218 /dev-lang/icc | |
parent | new license for dev-land/lua (diff) | |
download | historical-67275f864dc0d9825868cfa2ca733caa62a3e926.tar.gz historical-67275f864dc0d9825868cfa2ca733caa62a3e926.tar.bz2 historical-67275f864dc0d9825868cfa2ca733caa62a3e926.zip |
few more clean-ups
Diffstat (limited to 'dev-lang/icc')
-rw-r--r-- | dev-lang/icc/icc-5.0.1.ebuild | 5 | ||||
-rw-r--r-- | dev-lang/icc/icc-6.0-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-lang/icc/icc-6.0.ebuild | 5 |
3 files changed, 12 insertions, 3 deletions
diff --git a/dev-lang/icc/icc-5.0.1.ebuild b/dev-lang/icc/icc-5.0.1.ebuild index ca07d716c790..9ad1ff03a096 100644 --- a/dev-lang/icc/icc-5.0.1.ebuild +++ b/dev-lang/icc/icc-5.0.1.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-5.0.1.ebuild,v 1.5 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-5.0.1.ebuild,v 1.6 2002/07/22 08:02:59 george Exp $ S=${WORKDIR} @@ -26,6 +26,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() { mkdir opt diff --git a/dev-lang/icc/icc-6.0-r1.ebuild b/dev-lang/icc/icc-6.0-r1.ebuild index 81dad7a959b2..01ffed4459a3 100644 --- a/dev-lang/icc/icc-6.0-r1.ebuild +++ b/dev-lang/icc/icc-6.0-r1.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-r1.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-6.0-r1.ebuild,v 1.3 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 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 |