diff options
-rw-r--r-- | dev-lang/f2c/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/f2c/f2c-20030320-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/f2c/ChangeLog b/dev-lang/f2c/ChangeLog index fa5362b34e16..a914408596f1 100644 --- a/dev-lang/f2c/ChangeLog +++ b/dev-lang/f2c/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/f2c # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/ChangeLog,v 1.12 2005/01/27 16:47:14 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/ChangeLog,v 1.13 2005/01/29 10:35:55 nigoro Exp $ + + 29 Jan 2005; Yuta SATOH <nigoro@gentoo.org> f2c-20030320-r1.ebuild: + Stable on ppc64 27 Jan 2005; Ferris McCormick <fmccor@gentoo.org> f2c-20030320-r1.ebuild: Stable for sparc (Security Bugs 79725, 77570). diff --git a/dev-lang/f2c/f2c-20030320-r1.ebuild b/dev-lang/f2c/f2c-20030320-r1.ebuild index c520d68b07ed..f7cb17506af5 100644 --- a/dev-lang/f2c/f2c-20030320-r1.ebuild +++ b/dev-lang/f2c/f2c-20030320-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/f2c-20030320-r1.ebuild,v 1.2 2005/01/27 16:47:14 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/f2c-20030320-r1.ebuild,v 1.3 2005/01/29 10:35:55 nigoro Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="libf2c" SLOT="0" -KEYWORDS="x86 amd64 ppc ~ppc64 sparc" +KEYWORDS="x86 amd64 ppc ppc64 sparc" IUSE="" DEPEND="dev-libs/libf2c" |