From: Michał Górny Date: Sun, 26 Aug 2018 17:01:47 +0000 (+0200) Subject: net-fs/cifs-utils: Remove support for non-existent deps X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=482f83c26ca0345351137c9c03303119f848d485;p=gentoo.git net-fs/cifs-utils: Remove support for non-existent deps --- 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 )"