From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1415943-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 9AE7B158094
	for <garchives@archives.gentoo.org>; Thu,  7 Jul 2022 05:20:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B5FB9E07C5;
	Thu,  7 Jul 2022 05:20:18 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 5445CE07C5
	for <gentoo-commits@lists.gentoo.org>; Thu,  7 Jul 2022 05:20:18 +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 38A5233E5E4
	for <gentoo-commits@lists.gentoo.org>; Thu,  7 Jul 2022 05:20:17 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BF614ED
	for <gentoo-commits@lists.gentoo.org>; Thu,  7 Jul 2022 05:20:15 +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: <1657171204.2ae6c02503ce15d5dcf4a595b5a6d65c420b77f9.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/cifs-utils/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-fs/cifs-utils/cifs-utils-6.13-r1.ebuild net-fs/cifs-utils/cifs-utils-6.15.ebuild
X-VCS-Directories: net-fs/cifs-utils/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 2ae6c02503ce15d5dcf4a595b5a6d65c420b77f9
X-VCS-Branch: master
Date: Thu,  7 Jul 2022 05:20:15 +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: b27ab454-869e-4416-9d16-4ceeb0203989
X-Archives-Hash: c97678e3b9dab80fc601edc68c3e41bb

commit:     2ae6c02503ce15d5dcf4a595b5a6d65c420b77f9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 05:20:04 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 05:20:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae6c025

net-fs/cifs-utils: fix build (more) w/ USE=-python

Bug: https://bugs.gentoo.org/856763
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-fs/cifs-utils/cifs-utils-6.13-r1.ebuild | 2 +-
 net-fs/cifs-utils/cifs-utils-6.15.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-fs/cifs-utils/cifs-utils-6.13-r1.ebuild b/net-fs/cifs-utils/cifs-utils-6.13-r1.ebuild
index c77450fbc8b1..49a473b376ae 100644
--- a/net-fs/cifs-utils/cifs-utils-6.13-r1.ebuild
+++ b/net-fs/cifs-utils/cifs-utils-6.13-r1.ebuild
@@ -117,7 +117,7 @@ src_install() {
 	fi
 
 	dobashcomp bash-completion/smbinfo
-	python_fix_shebang "${ED}"
+	use python && python_fix_shebang "${ED}"
 }
 
 pkg_postinst() {

diff --git a/net-fs/cifs-utils/cifs-utils-6.15.ebuild b/net-fs/cifs-utils/cifs-utils-6.15.ebuild
index 326d18024bb3..c29aa577860b 100644
--- a/net-fs/cifs-utils/cifs-utils-6.15.ebuild
+++ b/net-fs/cifs-utils/cifs-utils-6.15.ebuild
@@ -114,7 +114,7 @@ src_install() {
 	fi
 
 	dobashcomp bash-completion/smbinfo
-	python_fix_shebang "${ED}"
+	use python && python_fix_shebang "${ED}"
 }
 
 pkg_postinst() {