diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2009-10-11 12:04:46 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2009-10-11 12:04:46 +0000 |
commit | be9b483cf438c376645e3c6801ee5a1197382794 (patch) | |
tree | 2acaee2d302c3f6a5539c6591e5eedce89154b01 /sys-libs | |
parent | Block <net-fs/samba-libs-3.4 for bug #288545. (diff) | |
download | gentoo-2-be9b483cf438c376645e3c6801ee5a1197382794.tar.gz gentoo-2-be9b483cf438c376645e3c6801ee5a1197382794.tar.bz2 gentoo-2-be9b483cf438c376645e3c6801ee5a1197382794.zip |
Block <net-fs/samba-libs-3.4 for bug #288545.
(Portage version: 2.2_rc45/cvs/Linux i686)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/tdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/tdb/tdb-1.1.5.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-libs/tdb/ChangeLog b/sys-libs/tdb/ChangeLog index d13830f556e6..7f727bd70639 100644 --- a/sys-libs/tdb/ChangeLog +++ b/sys-libs/tdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/tdb # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.2 2009/10/09 17:24:35 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.3 2009/10/11 12:04:46 betelgeuse Exp $ + + 11 Oct 2009; Petteri Räty <betelgeuse@gentoo.org> tdb-1.1.5.ebuild: + Block <net-fs/samba-libs-3.4 for bug #288545. 09 Oct 2009; Patrick Lauer <patrick@gentoo.org> tdb-1.1.5.ebuild: Improve description diff --git a/sys-libs/tdb/tdb-1.1.5.ebuild b/sys-libs/tdb/tdb-1.1.5.ebuild index 0e5aeab790e5..3f47869aacc5 100644 --- a/sys-libs/tdb/tdb-1.1.5.ebuild +++ b/sys-libs/tdb/tdb-1.1.5.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/sys-libs/tdb/tdb-1.1.5.ebuild,v 1.2 2009/10/09 17:24:35 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.1.5.ebuild,v 1.3 2009/10/11 12:04:46 betelgeuse Exp $ EAPI="2" @@ -14,7 +14,10 @@ IUSE="python tools tdbtest" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" -DEPEND="!net-fs/samba-libs[tdb]" +DEPEND=" + !net-fs/samba-libs[tdb] + !<net-fs/samba-libs-3.4 + " RDEPEND="${DEPEND}" BINPROGS="bin/tdbdump bin/tdbtool bin/tdbbackup" |