diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-02-09 18:14:13 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-02-09 18:14:13 +0000 |
commit | 592a568058d64b5394944a7af6beaedd8e67efdf (patch) | |
tree | 0fcf659dbaefc7eef467b38ee60c6afea97521de /sci-libs | |
parent | Version bump #258339 by Rodrigo Severo. (diff) | |
download | gentoo-2-592a568058d64b5394944a7af6beaedd8e67efdf.tar.gz gentoo-2-592a568058d64b5394944a7af6beaedd8e67efdf.tar.bz2 gentoo-2-592a568058d64b5394944a7af6beaedd8e67efdf.zip |
Stable on alpha, bug #256681
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cfitsio/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/cfitsio/cfitsio-3.100-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/cfitsio/ChangeLog b/sci-libs/cfitsio/ChangeLog index 7e1fb0337bb7..ca071fc7171d 100644 --- a/sci-libs/cfitsio/ChangeLog +++ b/sci-libs/cfitsio/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/cfitsio # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/ChangeLog,v 1.23 2009/02/09 04:55:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/ChangeLog,v 1.24 2009/02/09 18:14:13 klausman Exp $ + + 09 Feb 2009; Tobias Klausmann <klausman@gentoo.org> + cfitsio-3.100-r1.ebuild: + Stable on alpha, bug #256681 09 Feb 2009; Jeroen Roovers <jer@gentoo.org> cfitsio-3.100-r1.ebuild: Stable for HPPA (bug #256681). diff --git a/sci-libs/cfitsio/cfitsio-3.100-r1.ebuild b/sci-libs/cfitsio/cfitsio-3.100-r1.ebuild index a2831d56ca7b..a0536439fbb0 100644 --- a/sci-libs/cfitsio/cfitsio-3.100-r1.ebuild +++ b/sci-libs/cfitsio/cfitsio-3.100-r1.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.100-r1.ebuild,v 1.2 2009/02/09 04:55:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/cfitsio-3.100-r1.ebuild,v 1.3 2009/02/09 18:14:13 klausman Exp $ inherit eutils fortran autotools @@ -10,7 +10,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 )" |