diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-10-03 14:47:08 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-10-03 14:47:08 +0000 |
commit | c037e25bd5768ea9d4df0f2664d8162e20791403 (patch) | |
tree | b2e9e9b05e16d09eacb37539eed043ac992cfc07 /sci-libs/cfitsio | |
parent | Stable on alpha, bug #284767 (diff) | |
download | gentoo-2-c037e25bd5768ea9d4df0f2664d8162e20791403.tar.gz gentoo-2-c037e25bd5768ea9d4df0f2664d8162e20791403.tar.bz2 gentoo-2-c037e25bd5768ea9d4df0f2664d8162e20791403.zip |
Stable on alpha, bug #285500
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/cfitsio')
-rw-r--r-- | sci-libs/cfitsio/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cfitsio/cfitsio-3.140.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/cfitsio/ChangeLog b/sci-libs/cfitsio/ChangeLog index afe7acdfb9e4..d3a23e162815 100644 --- a/sci-libs/cfitsio/ChangeLog +++ b/sci-libs/cfitsio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cfitsio # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/ChangeLog,v 1.38 2009/09/27 19:28:53 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/ChangeLog,v 1.39 2009/10/03 14:47:08 klausman Exp $ + + 03 Oct 2009; Tobias Klausmann <klausman@gentoo.org> cfitsio-3.140.ebuild: + Stable on alpha, bug #285500 27 Sep 2009; nixnut <nixnut@gentoo.org> cfitsio-3.140.ebuild: ppc stable #285500 diff --git a/sci-libs/cfitsio/cfitsio-3.140.ebuild b/sci-libs/cfitsio/cfitsio-3.140.ebuild index ba508a50a373..0b8ca1609fdd 100644 --- a/sci-libs/cfitsio/cfitsio-3.140.ebuild +++ b/sci-libs/cfitsio/cfitsio-3.140.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/sci-libs/cfitsio/cfitsio-3.140.ebuild,v 1.6 2009/09/27 19:28:53 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/cfitsio-3.140.ebuild,v 1.7 2009/10/03 14:47:08 klausman Exp $ EAPI=2 inherit eutils autotools @@ -11,7 +11,7 @@ SRC_URI="ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${PN}${PV//.}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 hppa ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 hppa ppc ppc64 ~sparc x86" IUSE="doc fortran" DEPEND="fortran? ( dev-lang/cfortran )" |