diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2012-03-28 21:02:26 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2012-03-28 21:02:26 +0000 |
commit | 3b30814e1d3a47f3d9e87f75b528e83401eb30a4 (patch) | |
tree | 8891c28c6e0cd58e11fa82e997f85756c82a5589 /net-fs/samba | |
parent | Version bump: 7.3.487 is released (diff) | |
download | gentoo-2-3b30814e1d3a47f3d9e87f75b528e83401eb30a4.tar.gz gentoo-2-3b30814e1d3a47f3d9e87f75b528e83401eb30a4.tar.bz2 gentoo-2-3b30814e1d3a47f3d9e87f75b528e83401eb30a4.zip |
Fixing DEPEND on ctdb, bug 404409
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'net-fs/samba')
-rw-r--r-- | net-fs/samba/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/samba/samba-3.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index a493a518478f..24952307ecc2 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/samba # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.499 2012/03/27 16:50:51 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.500 2012/03/28 21:02:26 vostorga Exp $ + + 28 Mar 2012; Víctor Ostorga <vostorga@gentoo.org> samba-3.6.3.ebuild: + Fixing DEPEND on ctdb, bug 404409 27 Mar 2012; Víctor Ostorga <vostorga@gentoo.org> samba-3.6.3.ebuild: Adding findsmb script when smbclient use flag is enabled, bug 406033 diff --git a/net-fs/samba/samba-3.6.3.ebuild b/net-fs/samba/samba-3.6.3.ebuild index 79e6d046986d..b281bc4fcd64 100644 --- a/net-fs/samba/samba-3.6.3.ebuild +++ b/net-fs/samba/samba-3.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.3.ebuild,v 1.4 2012/03/27 16:50:51 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.3.ebuild,v 1.5 2012/03/28 21:02:26 vostorga Exp $ EAPI=4 @@ -31,7 +31,7 @@ DEPEND="dev-libs/popt client? ( !net-fs/mount-cifs dev-libs/iniparser kernel_linux? ( net-fs/cifs-utils ) ) - cluster? ( >=dev-db/ctdb-1.0.114_p1 ) + cluster? ( >=dev-db/ctdb-1.13 ) cups? ( net-print/cups ) debug? ( dev-libs/dmalloc ) fam? ( virtual/fam ) |