diff options
Diffstat (limited to 'dev-lang/f2c')
-rw-r--r-- | dev-lang/f2c/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/f2c/f2c-20060507.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/f2c/ChangeLog b/dev-lang/f2c/ChangeLog index d5c6afe89585..f3cbb649fd2e 100644 --- a/dev-lang/f2c/ChangeLog +++ b/dev-lang/f2c/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/f2c # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/ChangeLog,v 1.23 2008/11/14 19:37:38 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/ChangeLog,v 1.24 2008/11/26 16:49:44 ranger Exp $ + + 26 Nov 2008; Brent Baude <ranger@gentoo.org> f2c-20060507.ebuild: + stable ppc64, bug 245832 14 Nov 2008; Raúl Porcel <armin76@gentoo.org> f2c-20060507.ebuild: alpha/sparc stable wrt #245832 diff --git a/dev-lang/f2c/f2c-20060507.ebuild b/dev-lang/f2c/f2c-20060507.ebuild index 845cad87053e..315c8a5482cb 100644 --- a/dev-lang/f2c/f2c-20060507.ebuild +++ b/dev-lang/f2c/f2c-20060507.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/f2c-20060507.ebuild,v 1.5 2008/11/14 19:37:38 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/f2c-20060507.ebuild,v 1.6 2008/11/26 16:49:44 ranger Exp $ inherit eutils toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="libf2c" SLOT="0" -KEYWORDS="alpha amd64 ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" RDEPEND="dev-libs/libf2c" |