commit: b7d60b0116edae43df34fb4ba3a1fbfdf1b3e91a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 9 15:07:46 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 9 15:20:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d60b01
sys-fs/e2fsprogs: skip m_rootdir_acl test (fails on btrfs) Bug: https://github.com/tytso/e2fsprogs/issues/158 Closes: https://bugs.gentoo.org/905221 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/e2fsprogs/e2fsprogs-1.47.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.47.1.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.47.1.ebuild index 300fe7548c64..2ccc0b3b1d41 100644 --- a/sys-fs/e2fsprogs/e2fsprogs-1.47.1.ebuild +++ b/sys-fs/e2fsprogs/e2fsprogs-1.47.1.ebuild @@ -57,6 +57,11 @@ src_prepare() { # violation due to mktexfmt invocation rm -r doc || die "Failed to remove doc dir" + cat <<-'EOF' > tests/m_rootdir_acl/script || die + echo "$test_name: $test_description: skipped (bgo#905221, fails on btrfs)" + return 0 + EOF + # Prevent included intl cruft from building, bug #81096 sed -i -r \ -e 's:@LIBINTL@:@LTLIBINTL@:' \
