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 | f9ba58925daeed0e4be05a2dc50e49af9f6a7b68 (patch) | |
tree | ccf2c40c7b8aee15a8c6e7f37d321d007768c3a1 /sys-libs/talloc/talloc-2.0.0.ebuild | |
parent | Add blockers for collision with sys-libs/tdb and sys-libs/talloc. Fixes bug #... (diff) | |
download | historical-f9ba58925daeed0e4be05a2dc50e49af9f6a7b68.tar.gz historical-f9ba58925daeed0e4be05a2dc50e49af9f6a7b68.tar.bz2 historical-f9ba58925daeed0e4be05a2dc50e49af9f6a7b68.zip |
Block <net-fs/samba-libs-3.4 for bug #288545.
Package-Manager: portage-2.2_rc45/cvs/Linux i686
Diffstat (limited to 'sys-libs/talloc/talloc-2.0.0.ebuild')
-rw-r--r-- | sys-libs/talloc/talloc-2.0.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-libs/talloc/talloc-2.0.0.ebuild b/sys-libs/talloc/talloc-2.0.0.ebuild index 2804f2cf140e..cb2907a00ede 100644 --- a/sys-libs/talloc/talloc-2.0.0.ebuild +++ b/sys-libs/talloc/talloc-2.0.0.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/talloc/talloc-2.0.0.ebuild,v 1.2 2009/10/09 17:24:13 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.0.ebuild,v 1.3 2009/10/11 12:03:00 betelgeuse Exp $ EAPI="2" @@ -14,7 +14,10 @@ IUSE="compat" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" -DEPEND="!net-fs/samba-libs[talloc]" +DEPEND=" + !net-fs/samba-libs[talloc] + !<net-fs/samba-libs-3.4 + " RDEPEND="${DEPEND}" src_prepare() { |