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 C0A741382C5 for ; Tue, 24 Apr 2018 16:09:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E008E0826; Tue, 24 Apr 2018 16:09:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 794E7E0826 for ; Tue, 24 Apr 2018 16:09:12 +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 2194B335C73 for ; Tue, 24 Apr 2018 16:09:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EB44297 for ; Tue, 24 Apr 2018 16:09:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1524586138.8dbfb45817bd641214cd98bf29c8f076d4d71b07.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyxattr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild X-VCS-Directories: dev-python/pyxattr/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8dbfb45817bd641214cd98bf29c8f076d4d71b07 X-VCS-Branch: master Date: Tue, 24 Apr 2018 16:09:08 +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: 39de2e2a-9966-40a3-a88b-61172c6b5ed9 X-Archives-Hash: 0414603e2d8c08dea64abae522849f89 commit: 8dbfb45817bd641214cd98bf29c8f076d4d71b07 Author: Michał Górny gentoo org> AuthorDate: Tue Apr 24 15:53:28 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Apr 24 16:08:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dbfb458 dev-python/pyxattr: Fix TEST_DIR variable name Bug: https://bugs.gentoo.org/503946 dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild b/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild index f8e01c1715b..8b0b7315eca 100644 --- a/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild +++ b/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild @@ -42,7 +42,7 @@ python_compile_all() { src_test() { # Perform the tests in /var/tmp; that location is more likely # to have xattr support than /tmp which is often tmpfs. - export TESTDIR=/var/tmp + local -x TEST_DIR=/var/tmp einfo 'Please note that the tests fail if xattrs are not supported' einfo 'by the filesystem used for /var/tmp.'