diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-01-10 20:02:23 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-01-10 20:02:23 +0000 |
commit | 0f78abd788cf670188a874df4f277759032ded60 (patch) | |
tree | a79138acc0ba828656765803c978a23274fbe409 /dev-lang/f2c | |
parent | small bug fix for bug #77329 (Manifest recommit) (diff) | |
download | gentoo-2-0f78abd788cf670188a874df4f277759032ded60.tar.gz gentoo-2-0f78abd788cf670188a874df4f277759032ded60.tar.bz2 gentoo-2-0f78abd788cf670188a874df4f277759032ded60.zip |
Stable on ppc64
Diffstat (limited to 'dev-lang/f2c')
-rw-r--r-- | dev-lang/f2c/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/f2c/f2c-20030320.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/f2c/ChangeLog b/dev-lang/f2c/ChangeLog index aac22a16ad01..707c5c186ca3 100644 --- a/dev-lang/f2c/ChangeLog +++ b/dev-lang/f2c/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/f2c -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/ChangeLog,v 1.9 2004/09/30 00:03:47 swegener Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/ChangeLog,v 1.10 2005/01/10 19:57:29 corsair Exp $ + + 10 Jan 2005; Markus Rothe <corsair@gentoo.org> f2c-20030320.ebuild: + Stable on ppc64 09 Sep 2004; Philippe Trottier <tchiwam@gentoo.org> f2c-20030320.ebuild: Marked ~ppc64 diff --git a/dev-lang/f2c/f2c-20030320.ebuild b/dev-lang/f2c/f2c-20030320.ebuild index c46b9071d112..b7cb82e5f23b 100644 --- a/dev-lang/f2c/f2c-20030320.ebuild +++ b/dev-lang/f2c/f2c-20030320.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.ebuild,v 1.11 2004/09/09 12:07:37 tchiwam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/f2c-20030320.ebuild,v 1.12 2005/01/10 19:57:29 corsair Exp $ DESCRIPTION="Fortran to C converter" HOMEPAGE="http://www.netlib.org/f2c" @@ -8,7 +8,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" |