diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-07-01 14:09:20 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-07-01 14:09:20 +0000 |
commit | cc73f68198a3b2603dd73ff683c308b40d204cce (patch) | |
tree | 52f78473b9ac0e6e73d5f088e437b8623ddac499 /dev-lang/f2c | |
parent | stable on ppc64 bug #54799 (diff) | |
download | historical-cc73f68198a3b2603dd73ff683c308b40d204cce.tar.gz historical-cc73f68198a3b2603dd73ff683c308b40d204cce.tar.bz2 historical-cc73f68198a3b2603dd73ff683c308b40d204cce.zip |
~ppc
Diffstat (limited to 'dev-lang/f2c')
-rw-r--r-- | dev-lang/f2c/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/f2c/Manifest | 4 | ||||
-rw-r--r-- | dev-lang/f2c/f2c-20030320.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/f2c/ChangeLog b/dev-lang/f2c/ChangeLog index 34ab463c0ab2..171cf875da18 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 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/ChangeLog,v 1.3 2004/06/24 22:48:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/ChangeLog,v 1.4 2004/07/01 14:09:20 kugelfang Exp $ + + 01 Jul 2004; Danny van Dyk <kugelfang@gentoo.org> f2c-20030320.ebuild: + Marked ~ppc *f2c-20030320 (12 Apr 2003) diff --git a/dev-lang/f2c/Manifest b/dev-lang/f2c/Manifest index b04d9cdc84a3..c093a4056516 100644 --- a/dev-lang/f2c/Manifest +++ b/dev-lang/f2c/Manifest @@ -1,3 +1,3 @@ -MD5 9b027839535200871fadc4fcfd12af0e f2c-20030320.ebuild 614 -MD5 c371a9e50df9622b6c481252d7b2895d ChangeLog 436 +MD5 bb0db7f872630036a918f6a098df67ca ChangeLog 525 +MD5 ad0fe79bb4a8dd46b1ded8d9c407f48e f2c-20030320.ebuild 620 MD5 1e6410fad56afd14c53e1efeb94fe240 files/digest-f2c-20030320 64 diff --git a/dev-lang/f2c/f2c-20030320.ebuild b/dev-lang/f2c/f2c-20030320.ebuild index f29341f708ee..64c44e588b46 100644 --- a/dev-lang/f2c/f2c-20030320.ebuild +++ b/dev-lang/f2c/f2c-20030320.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.6 2004/06/24 22:48:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/f2c-20030320.ebuild,v 1.7 2004/07/01 14:09:20 kugelfang 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" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-libs/libf2c" |