diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-10-11 16:18:58 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-10-11 16:18:58 +0000 |
commit | 63a6e9971cc2d4679727fa3a798a8e5aafda3045 (patch) | |
tree | 79042308acc4582bdcdc6f89bb4398c305473563 /sci-libs | |
parent | Stable on alpha, bug #287239 (diff) | |
download | gentoo-2-63a6e9971cc2d4679727fa3a798a8e5aafda3045.tar.gz gentoo-2-63a6e9971cc2d4679727fa3a798a8e5aafda3045.tar.bz2 gentoo-2-63a6e9971cc2d4679727fa3a798a8e5aafda3045.zip |
sparc stable wrt #285500
(Portage version: 2.1.6.13/cvs/Linux ia64, RepoMan options: --force)
Diffstat (limited to 'sci-libs')
-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 d3a23e162815..a82f56e577f2 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.39 2009/10/03 14:47:08 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/ChangeLog,v 1.40 2009/10/11 16:18:58 armin76 Exp $ + + 11 Oct 2009; Raúl Porcel <armin76@gentoo.org> cfitsio-3.140.ebuild: + sparc stable wrt #285500 03 Oct 2009; Tobias Klausmann <klausman@gentoo.org> cfitsio-3.140.ebuild: Stable on alpha, bug #285500 diff --git a/sci-libs/cfitsio/cfitsio-3.140.ebuild b/sci-libs/cfitsio/cfitsio-3.140.ebuild index 0b8ca1609fdd..0fa160fbd82e 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.7 2009/10/03 14:47:08 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/cfitsio-3.140.ebuild,v 1.8 2009/10/11 16:18:58 armin76 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 )" |