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 22769158094 for ; Thu, 7 Jul 2022 05:08:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C54FAE0D40; Thu, 7 Jul 2022 05:08:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 ACFDAE0D40 for ; Thu, 7 Jul 2022 05:08:40 +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 ACBE7340E6B for ; Thu, 7 Jul 2022 05:08:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF97C4ED for ; Thu, 7 Jul 2022 05:08:37 +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: <1657170510.bf90ad3e2a8b96376951d24fb7855838d6cc59a9.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: bf90ad3e2a8b96376951d24fb7855838d6cc59a9 X-VCS-Branch: master Date: Thu, 7 Jul 2022 05:08:37 +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: 73088084-1b72-4891-b058-bedc5c24a325 X-Archives-Hash: 80b49bb462c1e0f3b42107ab70ae7a13 commit: bf90ad3e2a8b96376951d24fb7855838d6cc59a9 Author: Sam James gentoo org> AuthorDate: Thu Jul 7 05:08:25 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 7 05:08:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf90ad3e net-fs/cifs-utils: fix build w/ USE=-python Closes: https://bugs.gentoo.org/856763 Signed-off-by: Sam James 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 7f3d0595c8eb..c77450fbc8b1 100644 --- a/net-fs/cifs-utils/cifs-utils-6.13-r1.ebuild +++ b/net-fs/cifs-utils/cifs-utils-6.13-r1.ebuild @@ -61,7 +61,7 @@ pkg_setup() { ewarn "and recompile your kernel ..." fi - python-single-r1_pkg_setup + use python && python-single-r1_pkg_setup } src_prepare() { diff --git a/net-fs/cifs-utils/cifs-utils-6.15.ebuild b/net-fs/cifs-utils/cifs-utils-6.15.ebuild index 47128fb754a5..326d18024bb3 100644 --- a/net-fs/cifs-utils/cifs-utils-6.15.ebuild +++ b/net-fs/cifs-utils/cifs-utils-6.15.ebuild @@ -58,7 +58,7 @@ pkg_setup() { ewarn "and recompile your kernel ..." fi - python-single-r1_pkg_setup + use python && python-single-r1_pkg_setup } src_prepare() {