diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-10-24 08:32:33 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-10-24 08:32:33 +0000 |
commit | 7976a33549245ec2047a4d33a349a77fe8324a41 (patch) | |
tree | 5a0a7d56829ebe881d25904c2acd0a9611994cd7 /net-fs | |
parent | Force out-of-tree building to avoid bugs in local implementation #290207 by B... (diff) | |
download | gentoo-2-7976a33549245ec2047a4d33a349a77fe8324a41.tar.gz gentoo-2-7976a33549245ec2047a4d33a349a77fe8324a41.tar.bz2 gentoo-2-7976a33549245ec2047a4d33a349a77fe8324a41.zip |
Small dep fix for USE=fam
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba-server/ChangeLog | 6 | ||||
-rw-r--r-- | net-fs/samba-server/samba-server-3.4.2-r1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-fs/samba-server/ChangeLog b/net-fs/samba-server/ChangeLog index a9e595721ae6..b3accba38082 100644 --- a/net-fs/samba-server/ChangeLog +++ b/net-fs/samba-server/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-fs/samba-server # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-server/ChangeLog,v 1.19 2009/10/23 17:33:16 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-server/ChangeLog,v 1.20 2009/10/24 08:32:33 patrick Exp $ + + 24 Oct 2009; Patrick Lauer <patrick@gentoo.org> + samba-server-3.4.2-r1.ebuild: + Small dep fix for USE=fam *samba-server-3.4.2-r1 (23 Oct 2009) diff --git a/net-fs/samba-server/samba-server-3.4.2-r1.ebuild b/net-fs/samba-server/samba-server-3.4.2-r1.ebuild index 2ada1a995d8f..e9e1da9a88b9 100644 --- a/net-fs/samba-server/samba-server-3.4.2-r1.ebuild +++ b/net-fs/samba-server/samba-server-3.4.2-r1.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-server/samba-server-3.4.2-r1.ebuild,v 1.1 2009/10/23 17:33:16 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-server/samba-server-3.4.2-r1.ebuild,v 1.2 2009/10/24 08:32:33 patrick Exp $ EAPI="2" @@ -25,6 +25,7 @@ DEPEND="!<net-fs/samba-3.3 caps? ( sys-libs/libcap ) cups? ( net-print/cups ) debug? ( dev-libs/dmalloc ) + fam? ( dev-libs/libgamin ) ldap? ( net-nds/openldap ) syslog? ( virtual/logger ) sys-libs/tdb |