diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-12-05 20:36:54 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-12-05 20:36:54 +0000 |
commit | 1a293e62c40602fa810890d1040ca6fc1238e61f (patch) | |
tree | 52a0e02551e91b8006970291322b4b89da1dad88 /dev-lang | |
parent | initial ebuild; skins for net-www/xxv (diff) | |
download | gentoo-2-1a293e62c40602fa810890d1040ca6fc1238e61f.tar.gz gentoo-2-1a293e62c40602fa810890d1040ca6fc1238e61f.tar.bz2 gentoo-2-1a293e62c40602fa810890d1040ca6fc1238e61f.zip |
Drop ia64 keyword because gcc-3.3.2-r7 is missing
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ifc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/ifc/ifc-10.0.026-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ifc/ifc-10.1.008.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/ifc/ChangeLog b/dev-lang/ifc/ChangeLog index 423328c3aee3..d9e1ce6b6d38 100644 --- a/dev-lang/ifc/ChangeLog +++ b/dev-lang/ifc/ChangeLog @@ -1,6 +1,10 @@ # 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.38 2007/11/25 20:05:37 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.39 2007/12/05 20:36:54 armin76 Exp $ + + 05 Dec 2007; Raúl Porcel <armin76@gentoo.org> ifc-10.0.026-r1.ebuild, + ifc-10.1.008.ebuild: + Drop ia64 keyword because gcc-3.3.2-r7 is missing 25 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org> ifc-10.0.026-r1.ebuild, ifc-10.1.008.ebuild: diff --git a/dev-lang/ifc/ifc-10.0.026-r1.ebuild b/dev-lang/ifc/ifc-10.0.026-r1.ebuild index 858d29545a6e..227afc95ee3b 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.9 2007/11/25 20:05:37 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild,v 1.10 2007/12/05 20:36:54 armin76 Exp $ inherit rpm eutils @@ -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 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 )" diff --git a/dev-lang/ifc/ifc-10.1.008.ebuild b/dev-lang/ifc/ifc-10.1.008.ebuild index d7e83eb22ccc..751e714e6829 100644 --- a/dev-lang/ifc/ifc-10.1.008.ebuild +++ b/dev-lang/ifc/ifc-10.1.008.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.1.008.ebuild,v 1.2 2007/11/25 20:05:37 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-10.1.008.ebuild,v 1.3 2007/12/05 20:36:54 armin76 Exp $ inherit rpm eutils @@ -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}_p_${PV}" -KEYWORDS="~amd64 ~ia64 ~x86" +KEYWORDS="~amd64 ~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 )" |