xarthisius 14/04/16 11:39:45 Modified: astropy-0.3.1.ebuild ChangeLog Log: Fix PV in cfitsio dependency wrt #507364. Thanks to Mikko Laine <[email protected]> for catching this (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
Revision Changes Path 1.3 dev-python/astropy/astropy-0.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astropy/astropy-0.3.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astropy/astropy-0.3.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astropy/astropy-0.3.1.ebuild?r1=1.2&r2=1.3 Index: astropy-0.3.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/astropy/astropy-0.3.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- astropy-0.3.1.ebuild 15 Apr 2014 15:22:42 -0000 1.2 +++ astropy-0.3.1.ebuild 16 Apr 2014 11:39:45 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/astropy/astropy-0.3.1.ebuild,v 1.2 2014/04/15 15:22:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/astropy/astropy-0.3.1.ebuild,v 1.3 2014/04/16 11:39:45 xarthisius Exp $ EAPI=5 @@ -22,7 +22,7 @@ dev-python/numpy[${PYTHON_USEDEP}] sci-astronomy/erfa:0= sci-astronomy/wcslib:0= - >=sci-libs/cfitsio-3.35:0= + >=sci-libs/cfitsio-3.350:0= sys-libs/zlib:0=" DEPEND="${RDEPEND} dev-python/cython[${PYTHON_USEDEP}] 1.19 dev-python/astropy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astropy/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astropy/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astropy/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/astropy/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 15 Apr 2014 15:22:42 -0000 1.18 +++ ChangeLog 16 Apr 2014 11:39:45 -0000 1.19 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/astropy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/astropy/ChangeLog,v 1.18 2014/04/15 15:22:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/astropy/ChangeLog,v 1.19 2014/04/16 11:39:45 xarthisius Exp $ + + 16 Apr 2014; Kacper Kowalik <[email protected]> astropy-0.3.1.ebuild: + Fix PV in cfitsio dependency wrt #507364. Thanks to Mikko Laine + <[email protected]> for catching this 15 Apr 2014; Sébastien Fabbro <[email protected]> astropy-0.3.1.ebuild: Fixed minimum cfitsio version, thanks Mikko Laine bug #50736
