diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-10-17 20:40:35 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-10-17 20:40:35 +0000 |
commit | 45dd390777fe9010cdf17c0972200b69542c5f1c (patch) | |
tree | fecaacea6f78b1c09a6ba48087d7e15f0b00a470 /dev-lang/ifc | |
parent | arm stable, bug #386069 (diff) | |
download | gentoo-2-45dd390777fe9010cdf17c0972200b69542c5f1c.tar.gz gentoo-2-45dd390777fe9010cdf17c0972200b69542c5f1c.tar.bz2 gentoo-2-45dd390777fe9010cdf17c0972200b69542c5f1c.zip |
Drop stable keywords as that version is buggy, ancient and it's causing people to hit bug #332657 due to pms interpretation of one-of-many dependency in virtual/fortran
(Portage version: 2.2.0_alpha63/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/ifc')
-rw-r--r-- | dev-lang/ifc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/ifc/ifc-10.0.026-r1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-lang/ifc/ChangeLog b/dev-lang/ifc/ChangeLog index 648d19fa68cd..942b86a8ea64 100644 --- a/dev-lang/ifc/ChangeLog +++ b/dev-lang/ifc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/ifc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.60 2011/09/03 19:08:50 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.61 2011/10/17 20:40:35 xarthisius Exp $ + + 17 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> ifc-10.0.026-r1.ebuild: + Drop stable keywords as that version is buggy, ancient and it's causing + people to hit bug #332657 due to pms interpretation of one-of-many dependency + in virtual/fortran 03 Sep 2011; Andreas K. Huettel <dilfridge@gentoo.org> ifc-10.0.026-r1.ebuild, ifc-10.1.017.ebuild, ifc-10.1.018.ebuild, diff --git a/dev-lang/ifc/ifc-10.0.026-r1.ebuild b/dev-lang/ifc/ifc-10.0.026-r1.ebuild index e8c09eff826b..5418b2e56f23 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-2011 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.15 2011/09/03 19:08:50 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild,v 1.16 2011/10/17 20:40:35 xarthisius Exp $ inherit rpm eutils @@ -15,7 +15,7 @@ HOMEPAGE="http://software.intel.com/en-us/articles/fortran-compilers/" # 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 )" |