diff options
Diffstat (limited to 'dev-lang/cfortran')
-rw-r--r-- | dev-lang/cfortran/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/cfortran/cfortran-4.4-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/cfortran/ChangeLog b/dev-lang/cfortran/ChangeLog index 65981dd950f6..0516a0bbd3f2 100644 --- a/dev-lang/cfortran/ChangeLog +++ b/dev-lang/cfortran/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/cfortran # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.12 2009/02/09 04:55:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.13 2009/02/09 18:07:27 klausman Exp $ + + 09 Feb 2009; Tobias Klausmann <klausman@gentoo.org> + cfortran-4.4-r2.ebuild: + Stable on alpha, bug #256681 09 Feb 2009; Jeroen Roovers <jer@gentoo.org> cfortran-4.4-r2.ebuild: Stable for HPPA (bug #256681). diff --git a/dev-lang/cfortran/cfortran-4.4-r2.ebuild b/dev-lang/cfortran/cfortran-4.4-r2.ebuild index e67b41c2b67b..edbc8281636e 100644 --- a/dev-lang/cfortran/cfortran-4.4-r2.ebuild +++ b/dev-lang/cfortran/cfortran-4.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.2 2009/02/09 04:55:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.3 2009/02/09 18:07:27 klausman Exp $ inherit eutils @@ -10,7 +10,7 @@ DESCRIPTION="Header file allowing to call Fortran routines from C and C++" SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz mirror://debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz" HOMEPAGE="http://www-zeus.desy.de/~burow/cfortran/" -KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86" LICENSE="LGPL-2" IUSE="examples" SLOT="0" |