commit: d7c2a7c30cca0da599fc17eb78653dabc94b5732 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Apr 24 15:59:56 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Apr 24 16:08:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c2a7c3
dev-python/pyxattr: Ignore selinux xattrs by default Bug: https://bugs.gentoo.org/503946 dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild b/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild index 8b0b7315eca..0f47e843d3e 100644 --- a/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild +++ b/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild @@ -43,6 +43,8 @@ src_test() { # Perform the tests in /var/tmp; that location is more likely # to have xattr support than /tmp which is often tmpfs. local -x TEST_DIR=/var/tmp + # Ignore selinux attributes by default, bug #503946. + local -x TEST_IGNORE_XATTRS="security.selinux" einfo 'Please note that the tests fail if xattrs are not supported' einfo 'by the filesystem used for /var/tmp.'
