summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-19 07:30:17 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-19 07:30:17 +0000
commit93875eedf7106115f95ba4fb00fbcf2922348615 (patch)
treeb7542300704b98148532a2d1ff8981b87730ded8 /dev-python/ipython
parentBump (diff)
downloadgentoo-2-93875eedf7106115f95ba4fb00fbcf2922348615.tar.gz
gentoo-2-93875eedf7106115f95ba4fb00fbcf2922348615.tar.bz2
gentoo-2-93875eedf7106115f95ba4fb00fbcf2922348615.zip
Require all features for test run, bug #543752
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-python/ipython')
-rw-r--r--dev-python/ipython/ChangeLog5
-rw-r--r--dev-python/ipython/ipython-3.0.0.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index f54a03a443bf..c1ed27e2f15f 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/ipython
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.165 2015/03/13 15:10:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.166 2015/03/19 07:30:17 jlec Exp $
+
+ 19 Mar 2015; Justin Lecher <jlec@gentoo.org> ipython-3.0.0.ebuild:
+ Require all features for test run, bug #543752
*ipython-2.4.1 (13 Mar 2015)
diff --git a/dev-python/ipython/ipython-3.0.0.ebuild b/dev-python/ipython/ipython-3.0.0.ebuild
index 6e0aba202e3a..72c71727a97c 100644
--- a/dev-python/ipython/ipython-3.0.0.ebuild
+++ b/dev-python/ipython/ipython-3.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-3.0.0.ebuild,v 1.2 2015/03/13 15:10:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-3.0.0.ebuild,v 1.3 2015/03/19 07:30:17 jlec Exp $
EAPI=5
@@ -18,6 +18,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc examples matplotlib mongodb notebook nbconvert octave qt4 +smp test wxwidgets"
+REQUIRED_USE="test? ( doc matplotlib mongodb notebook nbconvert octave qt4 wxwidgets )"
+
PY2_USEDEP=$(python_gen_usedep python2_7)
CDEPEND="
dev-python/decorator[${PYTHON_USEDEP}]