diff options
author | 2007-11-07 07:08:02 +0000 | |
---|---|---|
committer | 2007-11-07 07:08:02 +0000 | |
commit | d728dd08115a219230b7f02517547e697e567ad8 (patch) | |
tree | 2fd2a9abf346db05fd71184e5778757dfbcd1402 /dev-lang/icc/icc-10.0.026.ebuild | |
parent | stable x86, bug 197977 (diff) | |
download | gentoo-2-d728dd08115a219230b7f02517547e697e567ad8.tar.gz gentoo-2-d728dd08115a219230b7f02517547e697e567ad8.tar.bz2 gentoo-2-d728dd08115a219230b7f02517547e697e567ad8.zip |
stable x86, bug 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 5e037dbb9fb8..c33560a6d5a1 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.4 2007/11/06 10:45:22 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-10.0.026.ebuild,v 1.5 2007/11/07 07:08:02 opfer 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 )" |