commit:     1630019f0cfd81ea3e6060ca937c8ed8f33c8cb5
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 10:24:39 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 10:24:39 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1630019f

dev-python/healpy: Fix broken dependency for pyfits

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/healpy/healpy-1.7.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/healpy/healpy-1.7.4.ebuild 
b/dev-python/healpy/healpy-1.7.4.ebuild
index 8ed47d8..0118949 100644
--- a/dev-python/healpy/healpy-1.7.4.ebuild
+++ b/dev-python/healpy/healpy-1.7.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,7 +20,7 @@ IUSE=""
 RDEPEND="
        dev-python/matplotlib[${PYTHON_USEDEP}]
        dev-python/numpy[${PYTHON_USEDEP}]
-       virtual/pyfits[${PYTHON_USEDEP}]
+       dev-python/pyfits[${PYTHON_USEDEP}]
        sci-astronomy/healpix_cxx
        sci-libs/cfitsio"
 DEPEND="${RDEPEND}

Reply via email to