diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-19 15:21:09 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-19 15:21:29 +0100 |
commit | c5b8bfdf3cd5c2989627040403aab414d41a0fa6 (patch) | |
tree | d08551f0eb151aae91f9c167c8d05e041f26377e /dev-perl/Filesys-SmbClient | |
parent | media-sound/xmms2: Fixed samba dep. (diff) | |
download | gentoo-c5b8bfdf3cd5c2989627040403aab414d41a0fa6.tar.gz gentoo-c5b8bfdf3cd5c2989627040403aab414d41a0fa6.tar.bz2 gentoo-c5b8bfdf3cd5c2989627040403aab414d41a0fa6.zip |
dev-perl/Filesys-SmbClient: Fixed samba dep.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-perl/Filesys-SmbClient')
-rw-r--r-- | dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0-r1.ebuild b/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0-r1.ebuild index cf3c6faba446..468cebc79c7a 100644 --- a/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0-r1.ebuild +++ b/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -DEPEND=">=net-fs/samba-3.0.20[smbclient]" +DEPEND=">=net-fs/samba-4.2[client]" RDEPEND="${DEPEND}" # tests are not designed to work on a non-developer system. |