diff options
author | Philippe Trottier <tchiwam@gentoo.org> | 2004-09-09 12:07:37 +0000 |
---|---|---|
committer | Philippe Trottier <tchiwam@gentoo.org> | 2004-09-09 12:07:37 +0000 |
commit | 5ae784bc63616f26c48287e8926f7a66e96cc549 (patch) | |
tree | d50b03eee391b1c41f337ef822ce823f44bf49c2 /dev-lang | |
parent | marked ~ppc64 Bug#63411 (diff) | |
download | historical-5ae784bc63616f26c48287e8926f7a66e96cc549.tar.gz historical-5ae784bc63616f26c48287e8926f7a66e96cc549.tar.bz2 historical-5ae784bc63616f26c48287e8926f7a66e96cc549.zip |
marked ~ppc64marked ~ppc64 Bug#63411
Diffstat (limited to 'dev-lang')
-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 56e08170f37b..4936d20a6fae 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.7 2004/08/06 12:26:14 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/ChangeLog,v 1.8 2004/09/09 12:07:37 tchiwam Exp $ + + 09 Sep 2004; Philippe Trottier <tchiwam@gentoo.org> f2c-20030320.ebuild: + Marked ~ppc64 06 Aug 2004; Ferris McCormick <fmccor@gentoo.org> f2c-20030320.ebuild: Stable for sparc (part of bug 55386). diff --git a/dev-lang/f2c/Manifest b/dev-lang/f2c/Manifest index 6519604c4c10..aae81e28d3a4 100644 --- a/dev-lang/f2c/Manifest +++ b/dev-lang/f2c/Manifest @@ -1,4 +1,4 @@ -MD5 6124613280b21a57bc86f7db8a889619 ChangeLog 873 -MD5 3e61b9c63ca15407137756f92b3eb9d8 f2c-20030320.ebuild 622 +MD5 281014d0d1b602be81176cb494a87432 ChangeLog 966 +MD5 c929e0b0d950808bab8ba6116e02df35 f2c-20030320.ebuild 630 MD5 c6f7a8787d42cd9b9972bc66250d942a metadata.xml 224 MD5 1e6410fad56afd14c53e1efeb94fe240 files/digest-f2c-20030320 64 diff --git a/dev-lang/f2c/f2c-20030320.ebuild b/dev-lang/f2c/f2c-20030320.ebuild index 4cad76ec56eb..c46b9071d112 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.10 2004/08/06 12:26:14 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/f2c-20030320.ebuild,v 1.11 2004/09/09 12:07:37 tchiwam 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 sparc" +KEYWORDS="x86 amd64 ppc ~ppc64 sparc" IUSE="" DEPEND="dev-libs/libf2c" |