From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1431128-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9729A158094 for <garchives@archives.gentoo.org>; Sat, 27 Aug 2022 23:30:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDD63E091D; Sat, 27 Aug 2022 23:30:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5404E091D for <gentoo-commits@lists.gentoo.org>; Sat, 27 Aug 2022 23:30:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B00433415FD for <gentoo-commits@lists.gentoo.org>; Sat, 27 Aug 2022 16:23:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3C31588 for <gentoo-commits@lists.gentoo.org>; Sat, 27 Aug 2022 16:23:55 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1661617399.8ef7da29b7a3a97423a88ffe2c893e8d633b335a.sam@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: / X-VCS-Repository: proj/gcc-patches X-VCS-Files: make-tarball.sh X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8ef7da29b7a3a97423a88ffe2c893e8d633b335a X-VCS-Branch: master Date: Sat, 27 Aug 2022 16:23:55 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf58d987-473a-43c2-a983-55ff63eef10a X-Archives-Hash: 1f71d2faaabc97ac7ab8a7ee76f6fc21 commit: 8ef7da29b7a3a97423a88ffe2c893e8d633b335a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Aug 27 16:23:19 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Aug 27 16:23:19 2022 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=8ef7da29 make-tarball.sh: set XZ_OPT Signed-off-by: Sam James <sam <AT> gentoo.org> make-tarball.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make-tarball.sh b/make-tarball.sh index 06e1216..fe7439f 100755 --- a/make-tarball.sh +++ b/make-tarball.sh @@ -1,6 +1,9 @@ #!/bin/bash #set -x +XZ_OPT=${XZ_OPT-"-T0 -9"} +export XZ_OPT + find_ebuild() { local ver=$1