diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-03-29 04:47:44 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-03-29 04:47:44 +0000 |
commit | ef3609cb1ef0c39ca58a26d10a409fed5010ec3d (patch) | |
tree | f8f73cc4f1ff011bb0e5f6c56fd049462ae892d9 /dev-lang/ifc | |
parent | Homepage URL fix for 6.x ebuilds (diff) | |
download | historical-ef3609cb1ef0c39ca58a26d10a409fed5010ec3d.tar.gz historical-ef3609cb1ef0c39ca58a26d10a409fed5010ec3d.tar.bz2 historical-ef3609cb1ef0c39ca58a26d10a409fed5010ec3d.zip |
KEYWORDS fix (-* x86)
Diffstat (limited to 'dev-lang/ifc')
-rw-r--r-- | dev-lang/ifc/ifc-6.0.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ifc/ifc-7.0.064.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/ifc/ifc-6.0.ebuild b/dev-lang/ifc/ifc-6.0.ebuild index 0c62460772d7..4ee44e438f72 100644 --- a/dev-lang/ifc/ifc-6.0.ebuild +++ b/dev-lang/ifc/ifc-6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-6.0.ebuild,v 1.9 2003/03/29 04:41:19 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-6.0.ebuild,v 1.10 2003/03/29 04:47:44 avenj Exp $ S=${WORKDIR} DESCRIPTION="Intel Fortran Compiler - The Pentium optimized compiler for Linux" @@ -15,7 +15,7 @@ HOMEPAGE="http://www.intel.com/software/products/compilers/flin/" # The ifc-6 license is the same copy with minimal name changes. LICENSE="icc-6.0" SLOT="0" -KEYWORDS="x86" +KEYWORDS="-* x86" DEPEND=">=virtual/linux-sources-2.4 diff --git a/dev-lang/ifc/ifc-7.0.064.ebuild b/dev-lang/ifc/ifc-7.0.064.ebuild index 815c7270c475..b86d32986550 100644 --- a/dev-lang/ifc/ifc-7.0.064.ebuild +++ b/dev-lang/ifc/ifc-7.0.064.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-7.0.064.ebuild,v 1.4 2003/03/19 15:58:55 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-7.0.064.ebuild,v 1.5 2003/03/29 04:47:44 avenj Exp $ S=${WORKDIR} DESCRIPTION="Intel Fortran Compiler - The Pentium optimized compiler for Linux" @@ -15,7 +15,7 @@ HOMEPAGE="http://developer.intel.com/software/products/compilers/flin/" # Effectively the same license as icc LICENSE="icc-7.0" SLOT="0" -KEYWORDS="x86" +KEYWORDS="-* x86" DEPEND=">=virtual/linux-sources-2.4 |