commit:     05bb76fc10f59fb46bc904c01fdb89cb1c631d94
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 23:10:13 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 23:13:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bb76fc

app-arch/xz-utils: fix live ebuild (drop obsolete rm)

The malicious test files were removed in an upstream commit [0]. The
git repository is currently being reviewed.

The `rm ...` would fail as a result since that happened.

[0] e93e13c8b3bec925c56e0c0b675d8000a0f7f754

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/xz-utils/xz-utils-9999.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-arch/xz-utils/xz-utils-9999.ebuild 
b/app-arch/xz-utils/xz-utils-9999.ebuild
index 1f42a49bc42b..ec5227371390 100644
--- a/app-arch/xz-utils/xz-utils-9999.ebuild
+++ b/app-arch/xz-utils/xz-utils-9999.ebuild
@@ -56,9 +56,6 @@ fi
 src_prepare() {
        default
 
-       # Delete known-compromised test data (bug #928134)
-       rm tests/files/bad-3-corrupt_lzma2.xz 
tests/files/good-large_compressed.lzma || die
-
        if [[ ${PV} == 9999 ]] ; then
                eautopoint
                eautoreconf

Reply via email to