From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DBB9E1396D0 for ; Thu, 31 Aug 2017 17:20:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CFD41FC041; Thu, 31 Aug 2017 17:20:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17F5B1FC041 for ; Thu, 31 Aug 2017 17:20:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10A0433FE74 for ; Thu, 31 Aug 2017 17:20:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACBC5892F for ; Thu, 31 Aug 2017 17:20:39 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1504200023.8c42c0d5fbc85b7667143f86b72f6ebb873b8a75.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cmd2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cmd2/cmd2-0.7.5.ebuild X-VCS-Directories: dev-python/cmd2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 8c42c0d5fbc85b7667143f86b72f6ebb873b8a75 X-VCS-Branch: master Date: Thu, 31 Aug 2017 17:20:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c6bb891d-74f8-448c-875e-44498d42eac5 X-Archives-Hash: eb34179ad10335f127225d5be2d06d5e commit: 8c42c0d5fbc85b7667143f86b72f6ebb873b8a75 Author: Matthew Thode gentoo org> AuthorDate: Thu Aug 31 17:20:08 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Aug 31 17:20:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c42c0d5 dev-python/cmd2: fix bug 629472 Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/cmd2/cmd2-0.7.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cmd2/cmd2-0.7.5.ebuild b/dev-python/cmd2/cmd2-0.7.5.ebuild index 9d846542ceb..57d107b7446 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 }