diff options
author | Sam James <sam@gentoo.org> | 2024-04-16 00:10:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-16 00:13:09 +0100 |
commit | 05bb76fc10f59fb46bc904c01fdb89cb1c631d94 (patch) | |
tree | 4253d88653b32a820579f51ecb9814c48652b192 /app-arch | |
parent | net-libs/nodejs:make 18.x install more verbose (diff) | |
download | gentoo-05bb76fc10f59fb46bc904c01fdb89cb1c631d94.tar.gz gentoo-05bb76fc10f59fb46bc904c01fdb89cb1c631d94.tar.bz2 gentoo-05bb76fc10f59fb46bc904c01fdb89cb1c631d94.zip |
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@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/xz-utils/xz-utils-9999.ebuild | 3 |
1 files changed, 0 insertions, 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 |