diff options
author | 2007-11-08 20:14:40 +0000 | |
---|---|---|
committer | 2007-11-08 20:14:40 +0000 | |
commit | 3f482e00f8e91a54cee1a34154cdb0af2ecee9aa (patch) | |
tree | 591f7d029a66fbbe4764556f9f9cdec0959695c9 /dev-lang/icc/icc-10.0.026.ebuild | |
parent | Stable on ppc64; bug # (diff) | |
download | gentoo-2-3f482e00f8e91a54cee1a34154cdb0af2ecee9aa.tar.gz gentoo-2-3f482e00f8e91a54cee1a34154cdb0af2ecee9aa.tar.bz2 gentoo-2-3f482e00f8e91a54cee1a34154cdb0af2ecee9aa.zip |
ia64 stable wrt #197980
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-lang/icc/icc-10.0.026.ebuild')
-rw-r--r-- | dev-lang/icc/icc-10.0.026.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/icc/icc-10.0.026.ebuild b/dev-lang/icc/icc-10.0.026.ebuild index ee6cb12b5bbc..588d10bb1068 100644 --- a/dev-lang/icc/icc-10.0.026.ebuild +++ b/dev-lang/icc/icc-10.0.026.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-10.0.026.ebuild,v 1.7 2007/11/08 16:25:56 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-10.0.026.ebuild,v 1.8 2007/11/08 20:14:40 armin76 Exp $ inherit rpm @@ -15,7 +15,7 @@ HOMEPAGE="http://www.intel.com/software/products/compilers/clin/" # no eclass: very likely to change for next versions ### PACKAGEID="l_${PB}_c_${PV}" -KEYWORDS="amd64 ~ia64 x86" +KEYWORDS="amd64 ia64 x86" SRC_URI="amd64? ( http://registrationcenter-download.intel.com/irc_nas/${PID}/${PACKAGEID}_intel64.tar.gz ) ia64? ( http://registrationcenter-download.intel.com/irc_nas/${PID}/${PACKAGEID}_ia64.tar.gz ) x86? ( http://registrationcenter-download.intel.com/irc_nas/${PID}/${PACKAGEID}_ia32.tar.gz )" |