summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-26 19:03:26 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-26 19:03:26 +0200
commitfa40ef025c6317ef3c0a4e6ebd60322385f74f22 (patch)
tree112972f9e5f3edc0fc55c0f90527fca496db272c
parentnet-fs/cvmfs: Remove support for non-existent deps (diff)
downloadgentoo-fa40ef02.tar.gz
gentoo-fa40ef02.tar.bz2
gentoo-fa40ef02.zip
net-fs/smbtad: Remove support for non-existent deps
-rw-r--r--net-fs/smbtad/smbtad-1.2.6.ebuild7
1 files changed, 2 insertions, 5 deletions
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[smbtav2]
- >=net-fs/samba-3.6
- )
+ >=net-fs/samba-3.6
"
DOCS=( README AUTHORS )