commit:     ff2875a6f006e100b62530840224d171bba8589b
Author:     mikko_laine <mikko.laine <AT> gmail <DOT> com>
AuthorDate: Wed Apr 16 11:08:07 2014 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Apr 16 11:08:07 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ff2875a6

sci-overlay/sci: DEPEND fixes about configparser

Package-Manager: portage-2.2.8-r1
RepoMan-Options: --force

---
 sci-astronomy/pyAstroStack/ChangeLog                 | 3 +++
 sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-astronomy/pyAstroStack/ChangeLog 
b/sci-astronomy/pyAstroStack/ChangeLog
index e986b1a..2161c4e 100644
--- a/sci-astronomy/pyAstroStack/ChangeLog
+++ b/sci-astronomy/pyAstroStack/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Apr 2014; Mikko Laine <[email protected]> pyAstroStack-0.3.0.ebuild:
+  sci-overlay/sci: DEPEND fixes about configparser
+
   14 Apr 2014; Mikko Laine <[email protected]> pyAstroStack-0.3.0.ebuild:
   sci-overlay/sci: Added few missing PYTHON_DEPENDS
 

diff --git a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild 
b/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
index b477076..40b10ed 100644
--- a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
+++ b/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
@@ -22,13 +22,13 @@ DEPEND=">=dev-python/numpy-1.8.0[${PYTHON_USEDEP}]
 
 RDEPEND=">=dev-python/pillow-2.3.0[${PYTHON_USEDEP}]
        python_targets_python2_7? ( dev-python/configparser )
+       dev-python/configparser[$(python_gen_usedep python2_7)]
        sci-libs/scikits_image[${PYTHON_USEDEP}]
        >media-gfx/imagemagick-6.8.0.0
        sci-astronomy/sextractor
        media-gfx/dcraw
        media-libs/exiftool
        dev-python/astropy[${PYTHON_USEDEP}]
-       >=sci-libs/cfitsio-3.350
        opencl? ( >=dev-python/pyopencl-2013.1[${PYTHON_USEDEP}] )"
 
 DOCS=( CHANGES.txt README.txt )

Reply via email to