diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-10-26 18:22:46 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-10-26 18:22:46 +0000 |
commit | 4b604d4e5d6bf2722a0df28ea3cafe71c5b31e53 (patch) | |
tree | efd85fab4ccac25197aac1d5c151f46b84226d47 /net-fs | |
parent | remove /usr/share/control-center/capplets/screensaver-properties.desktop; Cha... (diff) | |
download | gentoo-2-4b604d4e5d6bf2722a0df28ea3cafe71c5b31e53.tar.gz gentoo-2-4b604d4e5d6bf2722a0df28ea3cafe71c5b31e53.tar.bz2 gentoo-2-4b604d4e5d6bf2722a0df28ea3cafe71c5b31e53.zip |
fix0r
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/ChangeLog | 7 | ||||
-rw-r--r-- | net-fs/samba/samba-2.2.6.ebuild | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index 71c83ef98610..3e78d396b4a5 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,9 +1,10 @@ # ChangeLog for net-fs/samba # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.16 2002/10/26 00:11:05 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.17 2002/10/26 18:22:46 woodchip Exp $ - 25 Oct 2002; Donny Davies <woodchip@gentoo.org> : Fix openldap dependency - from #9249. + 26 Oct 2002; Donny Davies <woodchip@gentoo.org> : Fix openldap dependency :) + + 25 Oct 2002; Donny Davies <woodchip@gentoo.org> : Fix openldap dependency from #9249. *samba-2.2.6 (Oct 24 2002) diff --git a/net-fs/samba/samba-2.2.6.ebuild b/net-fs/samba/samba-2.2.6.ebuild index 925e36dbdbe2..a18e95e64c88 100644 --- a/net-fs/samba/samba-2.2.6.ebuild +++ b/net-fs/samba/samba-2.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.2.6.ebuild,v 1.3 2002/10/26 16:39:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.2.6.ebuild,v 1.4 2002/10/26 18:22:46 woodchip Exp $ IUSE="tcpd ldap cups ssl acl vscan" @@ -21,7 +21,7 @@ SRC_URI="vscan? mirror://sourceforge/openantivirus/${PN}-vscan-${VSCAN_VER}.tar. DEPEND=">=sys-libs/pam-0.72 acl? ( sys-apps/acl ) cups? ( net-print/cups ) - ldap? ( >=net-nds/openldap-2.1.6 ) + ldap? ( =net-nds/openldap-2* ) ssl? ( >=dev-libs/openssl-0.9.6 ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) vscan? ( >=dev-libs/popt-1.6.3 )" |