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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2361B158089 for ; Mon, 13 Nov 2023 11:36:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1520E2BC01B; Mon, 13 Nov 2023 11:36:20 +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 pigeon.gentoo.org (Postfix) with ESMTPS id E36FE2BC019 for ; Mon, 13 Nov 2023 11:36:19 +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 E5E9B335D17 for ; Mon, 13 Nov 2023 11:36:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40BDDAFB for ; Mon, 13 Nov 2023 11:36:17 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1699875149.b2c166c7b506ae2bc30a9765b58ef370f7a2151c.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/patool/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/patool/patool-1.12_p20230424.ebuild app-arch/patool/patool-1.14.1.ebuild X-VCS-Directories: app-arch/patool/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: b2c166c7b506ae2bc30a9765b58ef370f7a2151c X-VCS-Branch: master Date: Mon, 13 Nov 2023 11:36:17 +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: e784ca2c-7b3b-4bb7-a64c-15ff91b971aa X-Archives-Hash: c94b4df52248ccd8ebbc40fa301ca372 commit: b2c166c7b506ae2bc30a9765b58ef370f7a2151c Author: Alfred Wingate protonmail com> AuthorDate: Mon Nov 13 07:21:32 2023 +0000 Commit: Yixun Lan gentoo org> CommitDate: Mon Nov 13 11:32:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c166c7 app-arch/patool: exclude lrzip tests on x86 Bug: https://bugs.gentoo.org/916317 Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Yixun Lan gentoo.org> app-arch/patool/patool-1.12_p20230424.ebuild | 2 ++ app-arch/patool/patool-1.14.1.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app-arch/patool/patool-1.12_p20230424.ebuild b/app-arch/patool/patool-1.12_p20230424.ebuild index cbb4629848ef..52b6f986d04f 100644 --- a/app-arch/patool/patool-1.12_p20230424.ebuild +++ b/app-arch/patool/patool-1.12_p20230424.ebuild @@ -119,6 +119,8 @@ python_test() { if use x86; then EPYTEST_IGNORE+=( "tests/archives/test_clzip.py" + # bug #916317 + "tests/archives/test_lrzip.py" ) fi diff --git a/app-arch/patool/patool-1.14.1.ebuild b/app-arch/patool/patool-1.14.1.ebuild index 86b157acb084..017d9e6122dd 100644 --- a/app-arch/patool/patool-1.14.1.ebuild +++ b/app-arch/patool/patool-1.14.1.ebuild @@ -112,6 +112,8 @@ python_test() { if use x86; then EPYTEST_IGNORE+=( "tests/archives/test_clzip.py" + # bug #916317 + "tests/archives/test_lrzip.py" ) fi