Gentoo Archives: gentoo-commits

From: Kacper Kowalik <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/astrometry/
Date: Sun, 25 Sep 2016 20:37:23
Message-Id: 1474835821.f35ea2e9a3beaa03244ee3df0b7ff8523915a8f7.xarthisius@gentoo
1 commit: f35ea2e9a3beaa03244ee3df0b7ff8523915a8f7
2 Author: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 20:37:01 2016 +0000
4 Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 20:37:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f35ea2e9
7
8 sci-astronomy/astrometry: add missing dependency on astropy
9
10 Fixes #595024 reported by Karsten Elfenbein <kelfe <AT> gmx.de>
11
12 Package-Manager: portage-2.2.28
13
14 sci-astronomy/astrometry/astrometry-0.67-r1.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/sci-astronomy/astrometry/astrometry-0.67-r1.ebuild b/sci-astronomy/astrometry/astrometry-0.67-r1.ebuild
18 index 791af35..f46ffd0 100644
19 --- a/sci-astronomy/astrometry/astrometry-0.67-r1.ebuild
20 +++ b/sci-astronomy/astrometry/astrometry-0.67-r1.ebuild
21 @@ -20,6 +20,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
22 IUSE="examples extra"
23
24 RDEPEND="
25 + dev-python/astropy[${PYTHON_USEDEP}]
26 dev-python/numpy[${PYTHON_USEDEP}]
27 sci-astronomy/wcslib:0=
28 sci-libs/cfitsio:0=