Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/cifs-utils/
Date: Sun, 26 Aug 2018 17:08:50
Message-Id: 1535302907.482f83c26ca0345351137c9c03303119f848d485.mgorny@gentoo
1 commit: 482f83c26ca0345351137c9c03303119f848d485
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 17:01:47 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 17:01:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482f83c2
7
8 net-fs/cifs-utils: Remove support for non-existent deps
9
10 net-fs/cifs-utils/cifs-utils-6.4.ebuild | 7 ++-----
11 1 file changed, 2 insertions(+), 5 deletions(-)
12
13 diff --git a/net-fs/cifs-utils/cifs-utils-6.4.ebuild b/net-fs/cifs-utils/cifs-utils-6.4.ebuild
14 index fcce7f6b93b..fa0b3b356b8 100644
15 --- a/net-fs/cifs-utils/cifs-utils-6.4.ebuild
16 +++ b/net-fs/cifs-utils/cifs-utils-6.4.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -25,10 +25,7 @@ DEPEND="!net-fs/mount-cifs
24 caps? ( caps-ng? ( sys-libs/libcap-ng ) )
25 creds? ( sys-apps/keyutils )"
26 PDEPEND="${DEPEND}
27 - acl? ( || (
28 - =net-fs/samba-3.6*[winbind]
29 - >=net-fs/samba-4.0.0_alpha1
30 - ) )
31 + acl? ( >=net-fs/samba-4.0.0_alpha1 )
32 "
33
34 REQUIRED_USE="acl? ( ads )"