summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-04-25 06:56:23 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-04-25 06:56:23 +0000
commitaf8a9e9fa07b9bf6b42f6096af661bf4152f264c (patch)
treeeef2a08aef2ae69218abdabeb240d33fff0ce1f8 /dev-lang/icc
parentmeep (diff)
downloadgentoo-2-af8a9e9fa07b9bf6b42f6096af661bf4152f264c.tar.gz
gentoo-2-af8a9e9fa07b9bf6b42f6096af661bf4152f264c.tar.bz2
gentoo-2-af8a9e9fa07b9bf6b42f6096af661bf4152f264c.zip
global update: "virtual/kernel" has been depreciated and "virtual/linux-sources"
should be used instead. "virtual/linux-sources" means "a kernel source tree in /usr/src/linux"
Diffstat (limited to 'dev-lang/icc')
-rw-r--r--dev-lang/icc/icc-5.0.1.ebuild6
-rw-r--r--dev-lang/icc/icc-6.0.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-lang/icc/icc-5.0.1.ebuild b/dev-lang/icc/icc-5.0.1.ebuild
index c81813f35938..549facf22cde 100644
--- a/dev-lang/icc/icc-5.0.1.ebuild
+++ b/dev-lang/icc/icc-5.0.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: William McArthur <sandymac@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-5.0.1.ebuild,v 1.2 2002/04/19 05:43:52 sandymac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-5.0.1.ebuild,v 1.3 2002/04/25 06:56:22 drobbins Exp $
S=${WORKDIR}
@@ -17,12 +17,12 @@ HOMEPAGE="http://www.intel.com/software/products/compilers/c50/linux/"
# Orginally I included app-shells/tcsh because there is one shell script that
# uses it but I found there is alse a ksh/bash version of that script provided
# but what documentation I read only referenced the tcsh version.
-DEPEND=">=sys-kernel/linux-sources-2.4
+DEPEND=">=virtual/linux-sources-2.4
>=sys-libs/glibc-2.2.2
sys-apps/cpio
app-arch/rpm"
-RDEPEND=">=sys-kernel/linux-sources-2.4
+RDEPEND=">=virtual/linux-sources-2.4
>=sys-libs/glibc-2.2.2"
src_compile() {
diff --git a/dev-lang/icc/icc-6.0.ebuild b/dev-lang/icc/icc-6.0.ebuild
index c92eb84b7406..46a0bc5c1632 100644
--- a/dev-lang/icc/icc-6.0.ebuild
+++ b/dev-lang/icc/icc-6.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: William McArthur <sandymac@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-6.0.ebuild,v 1.1 2002/04/24 06:02:31 sandymac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-6.0.ebuild,v 1.2 2002/04/25 06:56:22 drobbins Exp $
S=${WORKDIR}
@@ -16,12 +16,12 @@ SRC_URI="${SRC_URI1} ${SRC_URI2} ${SRC_URI3}"
HOMEPAGE="http://www.intel.com/software/products/compilers/c60l/"
-DEPEND=">=sys-kernel/linux-sources-2.4
+DEPEND=">=virtual/linux-sources-2.4
>=sys-libs/glibc-2.2.2
sys-apps/cpio
app-arch/rpm"
-RDEPEND=">=sys-kernel/linux-sources-2.4
+RDEPEND=">=virtual/linux-sources-2.4
>=sys-libs/glibc-2.2.2"
src_compile() {