diff options
author | 2018-08-26 19:01:47 +0200 | |
---|---|---|
committer | 2018-08-26 19:01:47 +0200 | |
commit | 482f83c26ca0345351137c9c03303119f848d485 (patch) | |
tree | 97da94e26fce4075d5e2a870cc4af62db8330829 /net-fs | |
parent | net-firewall/arno-iptables-firewall: Remove support for non-existent deps (diff) | |
download | gentoo-482f83c26ca0345351137c9c03303119f848d485.tar.gz gentoo-482f83c26ca0345351137c9c03303119f848d485.tar.bz2 gentoo-482f83c26ca0345351137c9c03303119f848d485.zip |
net-fs/cifs-utils: Remove support for non-existent deps
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/cifs-utils/cifs-utils-6.4.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-fs/cifs-utils/cifs-utils-6.4.ebuild b/net-fs/cifs-utils/cifs-utils-6.4.ebuild index fcce7f6b93b0..fa0b3b356b84 100644 --- a/net-fs/cifs-utils/cifs-utils-6.4.ebuild +++ b/net-fs/cifs-utils/cifs-utils-6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -25,10 +25,7 @@ DEPEND="!net-fs/mount-cifs caps? ( caps-ng? ( sys-libs/libcap-ng ) ) creds? ( sys-apps/keyutils )" PDEPEND="${DEPEND} - acl? ( || ( - =net-fs/samba-3.6*[winbind] - >=net-fs/samba-4.0.0_alpha1 - ) ) + acl? ( >=net-fs/samba-4.0.0_alpha1 ) " REQUIRED_USE="acl? ( ads )" |