diff options
author | Alfred Wingate <parona@protonmail.com> | 2023-11-13 09:21:32 +0200 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2023-11-13 11:32:29 +0000 |
commit | b2c166c7b506ae2bc30a9765b58ef370f7a2151c (patch) | |
tree | 75c06380a36cced604314531b281059efc12852a /app-arch/patool | |
parent | sys-kernel/git-sources: drop 6.6_rc7 (diff) | |
download | gentoo-b2c166c7b506ae2bc30a9765b58ef370f7a2151c.tar.gz gentoo-b2c166c7b506ae2bc30a9765b58ef370f7a2151c.tar.bz2 gentoo-b2c166c7b506ae2bc30a9765b58ef370f7a2151c.zip |
app-arch/patool: exclude lrzip tests on x86
Bug: https://bugs.gentoo.org/916317
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-arch/patool')
-rw-r--r-- | app-arch/patool/patool-1.12_p20230424.ebuild | 2 | ||||
-rw-r--r-- | app-arch/patool/patool-1.14.1.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
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 |