diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-08 19:11:00 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-08 19:11:00 +0000 |
commit | 7f678759f669fba4bb41a46625c5d363ae8e9822 (patch) | |
tree | 4a736b3e67c8b40049a6258239b134801fe246d7 /dev-python/pyfits/pyfits-2.4.0.ebuild | |
parent | Blocking pyfits and vo (bug #426822 and bug #429148) (diff) | |
download | gentoo-2-7f678759f669fba4bb41a46625c5d363ae8e9822.tar.gz gentoo-2-7f678759f669fba4bb41a46625c5d363ae8e9822.tar.bz2 gentoo-2-7f678759f669fba4bb41a46625c5d363ae8e9822.zip |
Blocking astropy (bug #426822)
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyfits/pyfits-2.4.0.ebuild')
-rw-r--r-- | dev-python/pyfits/pyfits-2.4.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/pyfits/pyfits-2.4.0.ebuild b/dev-python/pyfits/pyfits-2.4.0.ebuild index 8def63687a6f..2396afab1b56 100644 --- a/dev-python/pyfits/pyfits-2.4.0.ebuild +++ b/dev-python/pyfits/pyfits-2.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfits/pyfits-2.4.0.ebuild,v 1.4 2012/02/23 04:47:44 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfits/pyfits-2.4.0.ebuild,v 1.5 2012/08/08 19:11:00 bicatali Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -17,7 +17,8 @@ SLOT="0" KEYWORDS="amd64 x86 ~x86-fbsd" LICENSE="BSD" -RDEPEND="dev-python/numpy" +RDEPEND="dev-python/numpy + !dev-python/astropy" DEPEND="${RDEPEND}" # current tests need data which are not in tar ball |