diff options
author | 2007-10-24 12:55:40 +0000 | |
---|---|---|
committer | 2007-10-24 12:55:40 +0000 | |
commit | 0da9b4d2fb540832a967b477d98e4971bb23e066 (patch) | |
tree | 8287fa872f8e2b08ddc2acfde4f00344034c5031 /dev-lang | |
parent | Fixed incorrect RDEPEND (see bug 196654) and bumped to most recent version. (diff) | |
download | gentoo-2-0da9b4d2fb540832a967b477d98e4971bb23e066.tar.gz gentoo-2-0da9b4d2fb540832a967b477d98e4971bb23e066.tar.bz2 gentoo-2-0da9b4d2fb540832a967b477d98e4971bb23e066.zip |
stable x86, bug 196282
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/cfortran/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/cfortran/cfortran-4.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/cfortran/ChangeLog b/dev-lang/cfortran/ChangeLog index e50584b17eea..b8a1797b5ad5 100644 --- a/dev-lang/cfortran/ChangeLog +++ b/dev-lang/cfortran/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/cfortran # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.3 2007/10/18 18:28:05 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.4 2007/10/24 12:55:40 opfer Exp $ + + 24 Oct 2007; Christian Faulhammer <opfer@gentoo.org> cfortran-4.4.ebuild: + stable x86, bug 196282 18 Oct 2007; Ferris McCormick <fmccor@gentoo.org> cfortran-4.4.ebuild: Sparc stable --- Required for Bug #196304 diff --git a/dev-lang/cfortran/cfortran-4.4.ebuild b/dev-lang/cfortran/cfortran-4.4.ebuild index 1a6700727105..7749801a69e7 100644 --- a/dev-lang/cfortran/cfortran-4.4.ebuild +++ b/dev-lang/cfortran/cfortran-4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4.ebuild,v 1.3 2007/10/18 18:28:05 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4.ebuild,v 1.4 2007/10/24 12:55:40 opfer 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="~amd64 sparc ~x86" +KEYWORDS="~amd64 sparc x86" LICENSE="LGPL-2" IUSE="examples" SLOT="0" |