Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/smbtad/
Date: Sun, 26 Aug 2018 17:08:50
Message-Id: 1535303006.fa40ef025c6317ef3c0a4e6ebd60322385f74f22.mgorny@gentoo
1 commit: fa40ef025c6317ef3c0a4e6ebd60322385f74f22
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 17:03:26 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 17:03:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa40ef02
7
8 net-fs/smbtad: Remove support for non-existent deps
9
10 net-fs/smbtad/smbtad-1.2.6.ebuild | 7 ++-----
11 1 file changed, 2 insertions(+), 5 deletions(-)
12
13 diff --git a/net-fs/smbtad/smbtad-1.2.6.ebuild b/net-fs/smbtad/smbtad-1.2.6.ebuild
14 index 75980db51f3..8a0ed2811e4 100644
15 --- a/net-fs/smbtad/smbtad-1.2.6.ebuild
16 +++ b/net-fs/smbtad/smbtad-1.2.6.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -20,10 +20,7 @@ DEPEND="
24 sys-libs/talloc
25 "
26 RDEPEND="${DEPEND}
27 - || (
28 - <net-fs/samba-3.6[smbtav2]
29 - >=net-fs/samba-3.6
30 - )
31 + >=net-fs/samba-3.6
32 "
33
34 DOCS=( README AUTHORS )