commit: 809386356a50d61b67af435ec64fa1cc5e8cc09b Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me> AuthorDate: Tue Sep 26 03:05:15 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <leohdz172 <AT> proton.me> Closes: https://github.com/gentoo/gentoo/pull/33063 Signed-off-by: Sam James <sam <AT> 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
