From: Michał Górny Date: Sun, 26 Aug 2018 17:03:26 +0000 (+0200) Subject: net-fs/smbtad: Remove support for non-existent deps X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fa40ef025c6317ef3c0a4e6ebd60322385f74f22;p=gentoo.git net-fs/smbtad: Remove support for non-existent deps --- diff --git a/net-fs/smbtad/smbtad-1.2.6.ebuild b/net-fs/smbtad/smbtad-1.2.6.ebuild index 75980db51f3a..8a0ed2811e4b 100644 --- a/net-fs/smbtad/smbtad-1.2.6.ebuild +++ b/net-fs/smbtad/smbtad-1.2.6.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=6 @@ -20,10 +20,7 @@ DEPEND=" sys-libs/talloc " RDEPEND="${DEPEND} - || ( - =net-fs/samba-3.6 - ) + >=net-fs/samba-3.6 " DOCS=( README AUTHORS )