summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2011-08-21 12:08:06 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2011-08-21 12:08:06 +0000
commit84d8ddb03ebb6f32a4d0492ad4ef69dcf70f8998 (patch)
tree58ee4590d6a9a8cce0df35fe887a2101e9ff6dcd /sci-astronomy
parentAdd a version of telepathy-logger with introspection unmasked, remove old (diff)
downloadgentoo-2-84d8ddb03ebb6f32a4d0492ad4ef69dcf70f8998.tar.gz
gentoo-2-84d8ddb03ebb6f32a4d0492ad4ef69dcf70f8998.tar.bz2
gentoo-2-84d8ddb03ebb6f32a4d0492ad4ef69dcf70f8998.zip
Add missing dependency on dev-python/setuptools for tests. Fixes bug 379445 by Michael <gentoo@scribeofthenile.com>
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/pyephem/ChangeLog6
-rw-r--r--sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-astronomy/pyephem/ChangeLog b/sci-astronomy/pyephem/ChangeLog
index fb8e30b60a5a..78bc6fc8cfd4 100644
--- a/sci-astronomy/pyephem/ChangeLog
+++ b/sci-astronomy/pyephem/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-astronomy/pyephem
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v 1.13 2011/08/04 18:32:07 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v 1.14 2011/08/21 12:08:06 xarthisius Exp $
+
+ 21 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> pyephem-3.7.4.1.ebuild:
+ Add missing dependency on dev-python/setuptools for tests. Fixes bug 379445
+ by Michael <gentoo@scribeofthenile.com>
04 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml:
Switched herd to sci-astronomy
diff --git a/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild b/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild
index e7a93a8f1d9b..0990df855eca 100644
--- a/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild
+++ b/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild,v 1.2 2011/07/25 23:00:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild,v 1.3 2011/08/21 12:08:06 xarthisius Exp $
EAPI="2"
PYTHON_DEPEND="2:2.5"
@@ -18,7 +18,8 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"
RDEPEND=""
-DEPEND="doc? ( dev-python/sphinx )"
+DEPEND="doc? ( dev-python/sphinx )
+ test? ( dev-python/setuptools )"
RESTRICT_PYTHON_ABIS="2.4 3.*"
src_prepare() {