summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-09-07 23:18:22 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-09-07 23:18:22 +0000
commitfb1c0bdaf681cdb132e3f80c2becaab01b0edc34 (patch)
treeb399079d625e8cdb77678431e353b6b7cb7906a8 /net-fs/samba-client
parentVersion bumped. (diff)
downloadgentoo-2-fb1c0bdaf681cdb132e3f80c2becaab01b0edc34.tar.gz
gentoo-2-fb1c0bdaf681cdb132e3f80c2becaab01b0edc34.tar.bz2
gentoo-2-fb1c0bdaf681cdb132e3f80c2becaab01b0edc34.zip
Adding dev-libs/dmalloc as DEPEND when debug USE flag is set #283592 . Patch thanks to Viktor S <bugzilla@marinmo.org> and Rafał Mużyło <galtgendo@o2.pl>
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-fs/samba-client')
-rw-r--r--net-fs/samba-client/ChangeLog8
-rw-r--r--net-fs/samba-client/samba-client-3.3.7.ebuild3
2 files changed, 9 insertions, 2 deletions
diff --git a/net-fs/samba-client/ChangeLog b/net-fs/samba-client/ChangeLog
index 9908681fe58b..1faa1a2e9d6d 100644
--- a/net-fs/samba-client/ChangeLog
+++ b/net-fs/samba-client/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-fs/samba-client
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-client/ChangeLog,v 1.3 2009/09/01 09:42:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-client/ChangeLog,v 1.4 2009/09/07 23:18:22 vostorga Exp $
+
+ 07 Sep 2009; Víctor Ostorga <vostorga@gentoo.org>
+ samba-client-3.3.7.ebuild:
+ Adding dev-libs/dmalloc as DEPEND when debug USE flag is set #283592 .
+ Patch thanks to Viktor S <bugzilla@marinmo.org> and Rafał Mużyło
+ <galtgendo@o2.pl>
01 Sep 2009; Patrick Lauer <patrick@gentoo.org>
-samba-client-3.3.6.ebuild:
diff --git a/net-fs/samba-client/samba-client-3.3.7.ebuild b/net-fs/samba-client/samba-client-3.3.7.ebuild
index 8c277dd187cb..6aa91640d389 100644
--- a/net-fs/samba-client/samba-client-3.3.7.ebuild
+++ b/net-fs/samba-client/samba-client-3.3.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-client/samba-client-3.3.7.ebuild,v 1.1 2009/08/17 17:34:23 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-client/samba-client-3.3.7.ebuild,v 1.2 2009/09/07 23:18:22 vostorga Exp $
EAPI="2"
@@ -27,6 +27,7 @@ DEPEND="!<net-fs/samba-3.3
zeroconf? ( || ( net-dns/avahi[mdnsresponder-compat] net-misc/mDNSResponder ) )
caps? ( sys-libs/libcap )
cups? ( net-print/cups )
+ debug? ( dev-libs/dmalloc )
ldap? ( net-nds/openldap )
syslog? ( virtual/logger )
net-fs/samba-libs[caps?,cups?,ldap?,syslog?,winbind?]