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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 613A3138239 for ; Mon, 19 Apr 2021 11:59:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAB1BE0848; Mon, 19 Apr 2021 11:59:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E74CE0848 for ; Mon, 19 Apr 2021 11:59:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8573A335C51 for ; Mon, 19 Apr 2021 11:59:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EBEEC3 for ; Mon, 19 Apr 2021 11:59:43 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1618833561.74528e5fef9e99d5e98d5af2582a97bb2b1bf91d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/samba-4.12.14.ebuild net-fs/samba/samba-4.13.7.ebuild net-fs/samba/samba-4.14.2.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 74528e5fef9e99d5e98d5af2582a97bb2b1bf91d X-VCS-Branch: master Date: Mon, 19 Apr 2021 11:59:43 +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: 70c5fde1-8eab-45d5-b84f-9a548834bb93 X-Archives-Hash: 35e5aed638bb4fd1f757c0e198b458f4 commit: 74528e5fef9e99d5e98d5af2582a97bb2b1bf91d Author: Lars Wendler gentoo org> AuthorDate: Mon Apr 19 11:59:21 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Apr 19 11:59:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74528e5f net-fs/samba: Added slot operator to libunwind dep Signed-off-by: Lars Wendler gentoo.org> net-fs/samba/samba-4.12.14.ebuild | 2 +- net-fs/samba/samba-4.13.7.ebuild | 2 +- net-fs/samba/samba-4.14.2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-fs/samba/samba-4.12.14.ebuild b/net-fs/samba/samba-4.12.14.ebuild index 8c5eaa86de6..45fc3a27650 100644 --- a/net-fs/samba/samba-4.12.14.ebuild +++ b/net-fs/samba/samba-4.12.14.ebuild @@ -68,7 +68,7 @@ CDEPEND=" dev-python/dnspython:=[\${PYTHON_MULTI_USEDEP}] ) ") - !alpha? ( !sparc? ( sys-libs/libunwind ) ) + !alpha? ( !sparc? ( sys-libs/libunwind:= ) ) acl? ( virtual/acl ) ceph? ( sys-cluster/ceph ) cluster? ( diff --git a/net-fs/samba/samba-4.13.7.ebuild b/net-fs/samba/samba-4.13.7.ebuild index a51a55f6366..27e9151d648 100644 --- a/net-fs/samba/samba-4.13.7.ebuild +++ b/net-fs/samba/samba-4.13.7.ebuild @@ -86,7 +86,7 @@ COMMON_DEPEND=" net-dns/bind-tools[gssapi] ) ") - !alpha? ( !sparc? ( sys-libs/libunwind ) ) + !alpha? ( !sparc? ( sys-libs/libunwind:= ) ) acl? ( virtual/acl ) ceph? ( sys-cluster/ceph ) cluster? ( net-libs/rpcsvc-proto ) diff --git a/net-fs/samba/samba-4.14.2.ebuild b/net-fs/samba/samba-4.14.2.ebuild index 141081bc7f8..d21397f5844 100644 --- a/net-fs/samba/samba-4.14.2.ebuild +++ b/net-fs/samba/samba-4.14.2.ebuild @@ -90,7 +90,7 @@ COMMON_DEPEND=" net-dns/bind-tools[gssapi] ) ") - !alpha? ( !sparc? ( sys-libs/libunwind ) ) + !alpha? ( !sparc? ( sys-libs/libunwind:= ) ) acl? ( virtual/acl ) ceph? ( sys-cluster/ceph ) cluster? ( net-libs/rpcsvc-proto )