diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-11-07 18:53:40 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-11-07 18:53:40 +0000 |
commit | ada7b8c5091502b9d7c0903ad073a5459f1c9c57 (patch) | |
tree | ae1d958d03c8b2f6d2971c761919cf1643c0829d /dev-lang/ifc | |
parent | Stable on amd64 wrt bug #197510 (diff) | |
download | gentoo-2-ada7b8c5091502b9d7c0903ad073a5459f1c9c57.tar.gz gentoo-2-ada7b8c5091502b9d7c0903ad073a5459f1c9c57.tar.bz2 gentoo-2-ada7b8c5091502b9d7c0903ad073a5459f1c9c57.zip |
Stable on amd64 wrt bug #197977
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-lang/ifc')
-rw-r--r-- | dev-lang/ifc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ifc/ifc-10.0.026-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ifc/ChangeLog b/dev-lang/ifc/ChangeLog index 4885d984b9fd..f9132cdd37aa 100644 --- a/dev-lang/ifc/ChangeLog +++ b/dev-lang/ifc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ifc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.33 2007/11/07 07:05:55 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.34 2007/11/07 18:53:40 angelos Exp $ + + 07 Nov 2007; Christoph Mende <angelos@gentoo.org> ifc-10.0.026-r1.ebuild: + Stable on amd64 wrt bug #197977 07 Nov 2007; Christian Faulhammer <opfer@gentoo.org> ifc-10.0.026-r1.ebuild: diff --git a/dev-lang/ifc/ifc-10.0.026-r1.ebuild b/dev-lang/ifc/ifc-10.0.026-r1.ebuild index cb81af8bfabd..36a744db3ed9 100644 --- a/dev-lang/ifc/ifc-10.0.026-r1.ebuild +++ b/dev-lang/ifc/ifc-10.0.026-r1.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/ifc/ifc-10.0.026-r1.ebuild,v 1.5 2007/11/07 07:05:55 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild,v 1.6 2007/11/07 18:53:40 angelos Exp $ inherit rpm @@ -15,7 +15,7 @@ HOMEPAGE="http://www.intel.com/software/products/compilers/flin/" # 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 )" |