diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-11-04 11:30:39 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-11-04 11:30:39 +0000 |
commit | ac5b6561e6c4ee38da53cf90843cc5eb80e30644 (patch) | |
tree | a103b928fac3413c022e872c5e3d2a323baaceda /sys-libs/talloc/talloc-2.0.0.ebuild | |
parent | Version bump, security bug #291817 (diff) | |
download | historical-ac5b6561e6c4ee38da53cf90843cc5eb80e30644.tar.gz historical-ac5b6561e6c4ee38da53cf90843cc5eb80e30644.tar.bz2 historical-ac5b6561e6c4ee38da53cf90843cc5eb80e30644.zip |
Small dep fix
Package-Manager: portage-2.2_rc48/cvs/Linux x86_64
Diffstat (limited to 'sys-libs/talloc/talloc-2.0.0.ebuild')
-rw-r--r-- | sys-libs/talloc/talloc-2.0.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-libs/talloc/talloc-2.0.0.ebuild b/sys-libs/talloc/talloc-2.0.0.ebuild index cb2907a00ede..43d7e6e7b92d 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.3 2009/10/11 12:03:00 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.0.ebuild,v 1.4 2009/11/04 11:30:19 patrick Exp $ EAPI="2" @@ -15,7 +15,6 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" DEPEND=" - !net-fs/samba-libs[talloc] !<net-fs/samba-libs-3.4 " RDEPEND="${DEPEND}" |