diff options
author | 2013-04-23 16:00:52 +0000 | |
---|---|---|
committer | 2013-04-23 16:00:52 +0000 | |
commit | ffc7450aadd1c391b7c78a1fc34ae45456323f54 (patch) | |
tree | ea70a4eca98e3bf19dd2401298bba23a5dfab6d2 /dev-python/pywcs/pywcs-1.11.ebuild | |
parent | Initial import (diff) | |
download | gentoo-2-ffc7450aadd1c391b7c78a1fc34ae45456323f54.tar.gz gentoo-2-ffc7450aadd1c391b7c78a1fc34ae45456323f54.tar.bz2 gentoo-2-ffc7450aadd1c391b7c78a1fc34ae45456323f54.zip |
Block astropy
(Portage version: 2.2.01.21890-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-python/pywcs/pywcs-1.11.ebuild')
-rw-r--r-- | dev-python/pywcs/pywcs-1.11.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/pywcs/pywcs-1.11.ebuild b/dev-python/pywcs/pywcs-1.11.ebuild index 3a1f3d6dc117..afd721b373c7 100644 --- a/dev-python/pywcs/pywcs-1.11.ebuild +++ b/dev-python/pywcs/pywcs-1.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pywcs/pywcs-1.11.ebuild,v 1.5 2012/10/16 09:03:59 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pywcs/pywcs-1.11.ebuild,v 1.6 2013/04/23 16:00:52 bicatali Exp $ EAPI=4 @@ -25,7 +25,8 @@ CDEPEND=">=sci-astronomy/wcslib-${WCS_V}" DEPEND="${CDEPEND} virtual/pkgconfig" RDEPEND="${CDEPEND} - dev-python/pyfits" + dev-python/pyfits + !dev-python/astropy" S=${WORKDIR}/${MYP} |