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 933E915814C for ; Wed, 27 Sep 2023 02:55:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 793562BC022; Wed, 27 Sep 2023 02:55:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 638822BC022 for ; Wed, 27 Sep 2023 02:55:50 +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 808BE335CE9 for ; Wed, 27 Sep 2023 02:55:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF36C126B for ; Wed, 27 Sep 2023 02:55:47 +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: <1695783294.809386356a50d61b67af435ec64fa1cc5e8cc09b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/eza/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/eza/eza-0.13.0.ebuild sys-apps/eza/eza-0.13.1.ebuild X-VCS-Directories: sys-apps/eza/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 809386356a50d61b67af435ec64fa1cc5e8cc09b X-VCS-Branch: master Date: Wed, 27 Sep 2023 02:55:47 +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: f96cbe76-d39f-4e7a-abc0-50440cad0cdb X-Archives-Hash: a64b2e3aefada4a4e0c1dfa59871494a commit: 809386356a50d61b67af435ec64fa1cc5e8cc09b Author: Leonardo Hernández Hernández proton me> AuthorDate: Tue Sep 26 03:05:15 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 27 02:54:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80938635 sys-apps/eza: add bug ref in comment about skipped tests Signed-off-by: Leonardo Hernández Hernández proton.me> Closes: https://github.com/gentoo/gentoo/pull/33063 Signed-off-by: Sam James gentoo.org> sys-apps/eza/eza-0.13.0.ebuild | 1 + sys-apps/eza/eza-0.13.1.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-apps/eza/eza-0.13.0.ebuild b/sys-apps/eza/eza-0.13.0.ebuild index c3018c0dc052..4131b97a2ebc 100644 --- a/sys-apps/eza/eza-0.13.0.ebuild +++ b/sys-apps/eza/eza-0.13.0.ebuild @@ -211,6 +211,7 @@ src_prepare() { rm -r man || die "failed to remove man directory from source" # Known failing test, upstream says it could potentially be ignored for know + # bug #914214 # https://github.com/eza-community/eza/issues/393 rm tests/cmd/{icons,basic}_all.toml || die rm tests/cmd/only_dir_{,recursive_}unix.toml || die diff --git a/sys-apps/eza/eza-0.13.1.ebuild b/sys-apps/eza/eza-0.13.1.ebuild index d87ad43f50d4..c06cf11f1215 100644 --- a/sys-apps/eza/eza-0.13.1.ebuild +++ b/sys-apps/eza/eza-0.13.1.ebuild @@ -206,6 +206,7 @@ src_prepare() { rm -r man || die "failed to remove man directory from source" # Known failing test, upstream says it could potentially be ignored for know + # bug #914214 # https://github.com/eza-community/eza/issues/393 rm tests/cmd/{icons,basic}_all.toml || die rm tests/cmd/only_dir_{,recursive_}unix.toml || die