commit: 634aef0b5f68feb8060be96d296ae3df5076f7d4 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sun Jan 19 17:57:45 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 10 03:10:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=634aef0b
app-arch/patool: skip test that is broken by file-5.46 The broken functionality isn't major enough to warrant an upperbound on the sys-apps/file dependency. Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/40210 Signed-off-by: Sam James <sam <AT> gentoo.org> app-arch/patool/patool-3.0.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-arch/patool/patool-3.0.3.ebuild b/app-arch/patool/patool-3.0.3.ebuild index 9fcc78d0b714..25c8c99002c3 100644 --- a/app-arch/patool/patool-3.0.3.ebuild +++ b/app-arch/patool/patool-3.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -108,6 +108,9 @@ python_test() { "tests/archives/test_arc.py" # Error: 1002 (invalid input file) "tests/archives/test_mac.py" + # Broken due mime type change for rar in file-5.46 + # https://github.com/wummel/patool/pull/173 + "tests/test_mime.py::TestMime::test_nested_gzip" ) if use elibc_musl; then
