Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cmd2/
Date: Thu, 31 Aug 2017 17:20:42
Message-Id: 1504200023.8c42c0d5fbc85b7667143f86b72f6ebb873b8a75.prometheanfire@gentoo
1 commit: 8c42c0d5fbc85b7667143f86b72f6ebb873b8a75
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 17:20:08 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 17:20:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c42c0d5
7
8 dev-python/cmd2: fix bug 629472
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/cmd2/cmd2-0.7.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/cmd2/cmd2-0.7.5.ebuild b/dev-python/cmd2/cmd2-0.7.5.ebuild
16 index 9d846542ceb..57d107b7446 100644
17 --- a/dev-python/cmd2/cmd2-0.7.5.ebuild
18 +++ b/dev-python/cmd2/cmd2-0.7.5.ebuild
19 @@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
20
21 python_prepare_all() {
22 # Disable failing test
23 - [[ ${PV} == 0.7.0 ]] || die "Please remove the sed from python_prepare_all"
24 + [[ ${PV} == 0.7.5 ]] || die "Please remove the sed from python_prepare_all"
25 sed -i -e 's:test_input_redirection:_&:' tests/test_cmd2.py || die
26 distutils-r1_python_prepare_all
27 }