Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyxml/
Date: Fri, 14 Oct 2016 10:41:16
Message-Id: 1476441666.da283603f63ffce90ea85a07d0e75df0e3ad8e46.monsieurp@gentoo
1 commit: da283603f63ffce90ea85a07d0e75df0e3ad8e46
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 14 10:39:57 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 14 10:41:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da283603
7
8 dev-python/pyxml: add missing die.
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/pyxml/pyxml-0.8.4-r3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pyxml/pyxml-0.8.4-r3.ebuild b/dev-python/pyxml/pyxml-0.8.4-r3.ebuild
16 index 857b4b4..d28e6fe 100644
17 --- a/dev-python/pyxml/pyxml-0.8.4-r3.ebuild
18 +++ b/dev-python/pyxml/pyxml-0.8.4-r3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -53,7 +53,7 @@ python_test() {
26 for test_file in ${BROKENTESTS[@]}; do
27 test_file="test/${test_file}.py"
28 einfo "Removing dubious test \"${test_file}\""
29 - rm ${test_file}
30 + rm ${test_file} || die "can't remove ${test_file}"
31 eend $?
32 done