From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AEB4B1582EF for ; Mon, 10 Feb 2025 03:11:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 96247341630 for ; Mon, 10 Feb 2025 03:11:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 906611103CB; Mon, 10 Feb 2025 03:11:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8408D1103CB for ; Mon, 10 Feb 2025 03:11:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B6663430E9 for ; Mon, 10 Feb 2025 03:11:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F2512765 for ; Mon, 10 Feb 2025 03:11:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1739157045.634aef0b5f68feb8060be96d296ae3df5076f7d4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/patool/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/patool/patool-3.0.3.ebuild X-VCS-Directories: app-arch/patool/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 634aef0b5f68feb8060be96d296ae3df5076f7d4 X-VCS-Branch: master Date: Mon, 10 Feb 2025 03:11:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c07ae41d-5c25-43c7-9257-f1b35654d7dd X-Archives-Hash: 67e073118339655b89abb3e6c9da87b2 commit: 634aef0b5f68feb8060be96d296ae3df5076f7d4 Author: Alfred Wingate protonmail com> AuthorDate: Sun Jan 19 17:57:45 2025 +0000 Commit: Sam James gentoo 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 protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/40210 Signed-off-by: Sam James 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