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 D68DF158012 for ; Wed, 22 Sep 2021 06:55:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C515BE07F9; Wed, 22 Sep 2021 06:55:51 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 691F3E07F9 for ; Wed, 22 Sep 2021 06:55:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD19F342B20 for ; Wed, 22 Sep 2021 06:55:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6766F79 for ; Wed, 22 Sep 2021 06:55:48 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1632293740.cba0f30e324b826fbd64e5aa03f3bc775b7849fe.dlan@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.14.6-r1.ebuild net-fs/samba/samba-4.14.7.ebuild net-fs/samba/samba-4.15.0.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: cba0f30e324b826fbd64e5aa03f3bc775b7849fe X-VCS-Branch: master Date: Wed, 22 Sep 2021 06:55:48 +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: 84e67cbb-da69-49a9-9c4b-5d7cc328d3fb X-Archives-Hash: 44d7e0c75c83e2e42c7b68deb941a885 commit: cba0f30e324b826fbd64e5aa03f3bc775b7849fe Author: Yixun Lan gentoo org> AuthorDate: Wed Sep 22 06:54:39 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Sep 22 06:55:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba0f30e net-fs/samba: restore unwind support as now we gain keyword support of sys-libs/libunwind Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Yixun Lan gentoo.org> net-fs/samba/samba-4.14.6-r1.ebuild | 2 +- net-fs/samba/samba-4.14.7.ebuild | 2 +- net-fs/samba/samba-4.15.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-fs/samba/samba-4.14.6-r1.ebuild b/net-fs/samba/samba-4.14.6-r1.ebuild index 52f211eaa84..c0aa243a945 100644 --- a/net-fs/samba/samba-4.14.6-r1.ebuild +++ b/net-fs/samba/samba-4.14.6-r1.ebuild @@ -90,7 +90,7 @@ COMMON_DEPEND=" net-dns/bind-tools[gssapi] ) ") - !alpha? ( !sparc? ( !riscv? ( 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.7.ebuild b/net-fs/samba/samba-4.14.7.ebuild index 52f211eaa84..c0aa243a945 100644 --- a/net-fs/samba/samba-4.14.7.ebuild +++ b/net-fs/samba/samba-4.14.7.ebuild @@ -90,7 +90,7 @@ COMMON_DEPEND=" net-dns/bind-tools[gssapi] ) ") - !alpha? ( !sparc? ( !riscv? ( 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.15.0.ebuild b/net-fs/samba/samba-4.15.0.ebuild index aa5b6bd183a..3dad3bec60b 100644 --- a/net-fs/samba/samba-4.15.0.ebuild +++ b/net-fs/samba/samba-4.15.0.ebuild @@ -87,7 +87,7 @@ COMMON_DEPEND=" net-dns/bind-tools[gssapi] ) ") - !alpha? ( !sparc? ( !riscv? ( sys-libs/libunwind:= ) ) ) + !alpha? ( !sparc? ( sys-libs/libunwind:= ) ) acl? ( virtual/acl ) ceph? ( sys-cluster/ceph ) cluster? ( net-libs/rpcsvc-proto )