Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyUtilib/
Date: Tue, 01 Dec 2020 10:32:11
Message-Id: 1606818714.8a199dd23b5b175cb6ae18d75be1271615afff8f.mgorny@gentoo
1 commit: 8a199dd23b5b175cb6ae18d75be1271615afff8f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 19:55:44 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 10:31:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a199dd2
7
8 dev-python/PyUtilib: Pass --via-root to dift
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/PyUtilib/PyUtilib-5.7.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/PyUtilib/PyUtilib-5.7.2.ebuild b/dev-python/PyUtilib/PyUtilib-5.7.2.ebuild
16 index f8845c0ef4e..cba7050bd71 100644
17 --- a/dev-python/PyUtilib/PyUtilib-5.7.2.ebuild
18 +++ b/dev-python/PyUtilib/PyUtilib-5.7.2.ebuild
19 @@ -36,7 +36,7 @@ python_prepare_all() {
20 }
21
22 python_test() {
23 - distutils_install_for_testing
24 + distutils_install_for_testing --via-root
25
26 local -x PYTHONPATH="${PWD}:${TEST_DIR}/lib" \
27 COLUMNS=80