net-fs/cifs-utils: Remove support for non-existent deps
authorMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 17:01:47 +0000 (19:01 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 17:01:47 +0000 (19:01 +0200)
net-fs/cifs-utils/cifs-utils-6.4.ebuild

index fcce7f6b93b0f88bf15dec96acaf0e52e1e3da53..fa0b3b356b84207b28c0c0b3c84149f3c74ce748 100644 (file)
@@ -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 )"