summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2017-08-31 12:20:08 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2017-08-31 12:20:23 -0500
commit8c42c0d5fbc85b7667143f86b72f6ebb873b8a75 (patch)
tree300b7f87963a5d0d1d4a088900a5921d6dc97d16 /dev-python/cmd2/cmd2-0.7.5.ebuild
parentdev-util/meson: stabilize 0.41.2 (diff)
downloadgentoo-8c42c0d5fbc85b7667143f86b72f6ebb873b8a75.tar.gz
gentoo-8c42c0d5fbc85b7667143f86b72f6ebb873b8a75.tar.bz2
gentoo-8c42c0d5fbc85b7667143f86b72f6ebb873b8a75.zip
dev-python/cmd2: fix bug 629472
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python/cmd2/cmd2-0.7.5.ebuild')
-rw-r--r--dev-python/cmd2/cmd2-0.7.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cmd2/cmd2-0.7.5.ebuild b/dev-python/cmd2/cmd2-0.7.5.ebuild
index 9d846542cebd..57d107b74467 100644
--- a/dev-python/cmd2/cmd2-0.7.5.ebuild
+++ b/dev-python/cmd2/cmd2-0.7.5.ebuild
@@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
python_prepare_all() {
# Disable failing test
- [[ ${PV} == 0.7.0 ]] || die "Please remove the sed from python_prepare_all"
+ [[ ${PV} == 0.7.5 ]] || die "Please remove the sed from python_prepare_all"
sed -i -e 's:test_input_redirection:_&:' tests/test_cmd2.py || die
distutils-r1_python_prepare_all
}