Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/
Date: Wed, 22 Sep 2021 06:55:53
Message-Id: 1632293740.cba0f30e324b826fbd64e5aa03f3bc775b7849fe.dlan@gentoo
1 commit: cba0f30e324b826fbd64e5aa03f3bc775b7849fe
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 06:54:39 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 06:55:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba0f30e
7
8 net-fs/samba: restore unwind support
9
10 as now we gain keyword support of sys-libs/libunwind
11
12 Package-Manager: Portage-3.0.23, Repoman-3.0.3
13 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
14
15 net-fs/samba/samba-4.14.6-r1.ebuild | 2 +-
16 net-fs/samba/samba-4.14.7.ebuild | 2 +-
17 net-fs/samba/samba-4.15.0.ebuild | 2 +-
18 3 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/net-fs/samba/samba-4.14.6-r1.ebuild b/net-fs/samba/samba-4.14.6-r1.ebuild
21 index 52f211eaa84..c0aa243a945 100644
22 --- a/net-fs/samba/samba-4.14.6-r1.ebuild
23 +++ b/net-fs/samba/samba-4.14.6-r1.ebuild
24 @@ -90,7 +90,7 @@ COMMON_DEPEND="
25 net-dns/bind-tools[gssapi]
26 )
27 ")
28 - !alpha? ( !sparc? ( !riscv? ( sys-libs/libunwind:= ) ) )
29 + !alpha? ( !sparc? ( sys-libs/libunwind:= ) )
30 acl? ( virtual/acl )
31 ceph? ( sys-cluster/ceph )
32 cluster? ( net-libs/rpcsvc-proto )
33
34 diff --git a/net-fs/samba/samba-4.14.7.ebuild b/net-fs/samba/samba-4.14.7.ebuild
35 index 52f211eaa84..c0aa243a945 100644
36 --- a/net-fs/samba/samba-4.14.7.ebuild
37 +++ b/net-fs/samba/samba-4.14.7.ebuild
38 @@ -90,7 +90,7 @@ COMMON_DEPEND="
39 net-dns/bind-tools[gssapi]
40 )
41 ")
42 - !alpha? ( !sparc? ( !riscv? ( sys-libs/libunwind:= ) ) )
43 + !alpha? ( !sparc? ( sys-libs/libunwind:= ) )
44 acl? ( virtual/acl )
45 ceph? ( sys-cluster/ceph )
46 cluster? ( net-libs/rpcsvc-proto )
47
48 diff --git a/net-fs/samba/samba-4.15.0.ebuild b/net-fs/samba/samba-4.15.0.ebuild
49 index aa5b6bd183a..3dad3bec60b 100644
50 --- a/net-fs/samba/samba-4.15.0.ebuild
51 +++ b/net-fs/samba/samba-4.15.0.ebuild
52 @@ -87,7 +87,7 @@ COMMON_DEPEND="
53 net-dns/bind-tools[gssapi]
54 )
55 ")
56 - !alpha? ( !sparc? ( !riscv? ( sys-libs/libunwind:= ) ) )
57 + !alpha? ( !sparc? ( sys-libs/libunwind:= ) )
58 acl? ( virtual/acl )
59 ceph? ( sys-cluster/ceph )
60 cluster? ( net-libs/rpcsvc-proto )