proj/chromium-tools:master commit in: /
"Sam James" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786947036.4e932a41725f1e6daefd3ad3a50b31cfda92b23c.sam@gentoo> |
commit: 4e932a41725f1e6daefd3ad3a50b31cfda92b23c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 20 02:44:54 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 06:10:36 2026 +0000
URL: https://gitweb.gentoo.org/proj/chromium-tools.git/commit/?id=4e932a41
generate-libvpx-test-tarball.sh: pass -e to xz
Signed-off-by: Sam James <sam <AT> gentoo.org>
generate-libvpx-test-tarball.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/generate-libvpx-test-tarball.sh b/generate-libvpx-test-tarball.sh
index f8a3844..c263851 100755
--- a/generate-libvpx-test-tarball.sh
+++ b/generate-libvpx-test-tarball.sh
@@ -38,5 +38,5 @@ pushd /tmp/libvpx
LIBVPX_TEST_DATA_PATH="/tmp/libvpx-${TAG:1}-testdata" make -j$(nproc) testdata
popd
pushd /tmp
- XZ_OPT="-T0 -9" tar cvaf "libvpx-${TAG:1}-testdata.tar.xz" "libvpx-${TAG:1}-testdata"
+ XZ_OPT="-T0 -9e" tar cvaf "libvpx-${TAG:1}-testdata.tar.xz" "libvpx-${TAG:1}-testdata"
popd