From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 1CDE415817D for ; Fri, 21 Jun 2024 22:55:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AD1CE29E2; Fri, 21 Jun 2024 22:55:03 +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 46568E2A24 for ; Fri, 21 Jun 2024 22:55:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 43204335C7E for ; Fri, 21 Jun 2024 22:55:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D9D31CF5 for ; Fri, 21 Jun 2024 22:55:00 +0000 (UTC) From: "Sam James" 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" Message-ID: <1719010006.e08caf84f569ce06a01dc90b5c51a627bc5d2445.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/xz-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/xz-utils/xz-utils-9999.ebuild X-VCS-Directories: app-arch/xz-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e08caf84f569ce06a01dc90b5c51a627bc5d2445 X-VCS-Branch: master Date: Fri, 21 Jun 2024 22:55:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ee33e41e-dead-4b41-ae8c-57b1a8f627a2 X-Archives-Hash: 77fd3fe85e51166c4bbadfd3acad4224 commit: e08caf84f569ce06a01dc90b5c51a627bc5d2445 Author: Sam James gentoo org> AuthorDate: Fri Jun 21 22:46:22 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 21 22:46:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08caf84 app-arch/xz-utils: simplify PGO We don't need to do both -6e and -9e as it's just the dict size which differs. And -6 is the default. Thanks-to: Lasse Collin tukaani.org> Signed-off-by: Sam James gentoo.org> app-arch/xz-utils/xz-utils-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/app-arch/xz-utils/xz-utils-9999.ebuild b/app-arch/xz-utils/xz-utils-9999.ebuild index 1bebf4e84bf4..329b5b8e219a 100644 --- a/app-arch/xz-utils/xz-utils-9999.ebuild +++ b/app-arch/xz-utils/xz-utils-9999.ebuild @@ -156,9 +156,7 @@ multilib_src_compile() { # Our own variants '' '-e' - '-9e' "$(usev extra-filters '--x86 --lzma2=preset=6e')" - "$(usev extra-filters '--x86 --lzma2=preset=9e')" ) local test_variant for test_variant in "${test_variants[@]}" ; do