summaryrefslogtreecommitdiff
path: root/dev-python/ipython/ipython-3.2.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/ipython/ipython-3.2.1-r1.ebuild')
-rw-r--r--dev-python/ipython/ipython-3.2.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ipython/ipython-3.2.1-r1.ebuild b/dev-python/ipython/ipython-3.2.1-r1.ebuild
index 7af0634a3e5..daa5b0ed444 100644
--- a/dev-python/ipython/ipython-3.2.1-r1.ebuild
+++ b/dev-python/ipython/ipython-3.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -111,7 +111,7 @@ python_compile_all() {
python_test() {
distutils_install_for_testing
# https://github.com/ipython/ipython/issues/8639
- # Failure of some modules only in python3.4
+ # Failure of some modules only in python3.4
local fail
run_tests() {
pushd ${TEST_DIR} > /dev/null || die