From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1637357-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 BED781581D3
	for <garchives@archives.gentoo.org>; Fri, 31 May 2024 14:30:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D3DEFE29C3;
	Fri, 31 May 2024 14:30:15 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 BC214E29C3
	for <gentoo-commits@lists.gentoo.org>; Fri, 31 May 2024 14:30:15 +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 04565335D6D
	for <gentoo-commits@lists.gentoo.org>; Fri, 31 May 2024 14:30:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6540916D5
	for <gentoo-commits@lists.gentoo.org>; Fri, 31 May 2024 14:30:13 +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: <1717165792.069c1813605ee8309e9bac4fd9b9829d7d669842.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-5.6.2.ebuild 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: 069c1813605ee8309e9bac4fd9b9829d7d669842
X-VCS-Branch: master
Date: Fri, 31 May 2024 14:30:13 +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: 3919deb0-8264-4cff-801d-42e3fac9cec0
X-Archives-Hash: 340f097166f2c3f6057a1d25c838f47d

commit:     069c1813605ee8309e9bac4fd9b9829d7d669842
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 31 14:29:52 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 31 14:29:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069c1813

app-arch/xz-utils: use has_version -b

Not that it really matters for PGO...

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

 app-arch/xz-utils/xz-utils-5.6.2.ebuild | 2 +-
 app-arch/xz-utils/xz-utils-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/xz-utils/xz-utils-5.6.2.ebuild b/app-arch/xz-utils/xz-utils-5.6.2.ebuild
index 687084d7fdae..2c99085d8f55 100644
--- a/app-arch/xz-utils/xz-utils-5.6.2.ebuild
+++ b/app-arch/xz-utils/xz-utils-5.6.2.ebuild
@@ -119,7 +119,7 @@ multilib_src_compile() {
 		local tar_pgo_args=(
 			--mtime=@2718281828
 		)
-		has_version "app-alternatives/tar[gnu]" && tar_pgo_args+=( --sort=name )
+		has_version -b "app-alternatives/tar[gnu]" && tar_pgo_args+=( --sort=name )
 
 		if multilib_is_native_abi ; then
 			(

diff --git a/app-arch/xz-utils/xz-utils-9999.ebuild b/app-arch/xz-utils/xz-utils-9999.ebuild
index 687084d7fdae..2c99085d8f55 100644
--- a/app-arch/xz-utils/xz-utils-9999.ebuild
+++ b/app-arch/xz-utils/xz-utils-9999.ebuild
@@ -119,7 +119,7 @@ multilib_src_compile() {
 		local tar_pgo_args=(
 			--mtime=@2718281828
 		)
-		has_version "app-alternatives/tar[gnu]" && tar_pgo_args+=( --sort=name )
+		has_version -b "app-alternatives/tar[gnu]" && tar_pgo_args+=( --sort=name )
 
 		if multilib_is_native_abi ; then
 			(