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 | 7adc297e35a8fa75d4f163f5327a0e3e74ee209b (patch) | |
tree | f14c8403502208c22af935ec3e9fb60614d9947e /sys-libs | |
parent | Small dep fix (diff) | |
download | gentoo-2-7adc297e35a8fa75d4f163f5327a0e3e74ee209b.tar.gz gentoo-2-7adc297e35a8fa75d4f163f5327a0e3e74ee209b.tar.bz2 gentoo-2-7adc297e35a8fa75d4f163f5327a0e3e74ee209b.zip |
Small dep fix
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/tdb/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/tdb/tdb-1.1.5-r1.ebuild | 3 | ||||
-rw-r--r-- | sys-libs/tdb/tdb-1.1.5.ebuild | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/sys-libs/tdb/ChangeLog b/sys-libs/tdb/ChangeLog index bc806459c644..a71bc0df29cc 100644 --- a/sys-libs/tdb/ChangeLog +++ b/sys-libs/tdb/ChangeLog @@ -1,6 +1,10 @@ # 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.4 2009/10/23 16:55:31 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.5 2009/11/04 11:30:39 patrick Exp $ + + 04 Nov 2009; Patrick Lauer <patrick@gentoo.org> tdb-1.1.5.ebuild, + tdb-1.1.5-r1.ebuild: + Small dep fix *tdb-1.1.5-r1 (23 Oct 2009) diff --git a/sys-libs/tdb/tdb-1.1.5-r1.ebuild b/sys-libs/tdb/tdb-1.1.5-r1.ebuild index 1204a925bc58..eaa27f1fbc6f 100644 --- a/sys-libs/tdb/tdb-1.1.5-r1.ebuild +++ b/sys-libs/tdb/tdb-1.1.5-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/sys-libs/tdb/tdb-1.1.5-r1.ebuild,v 1.1 2009/10/23 16:55:31 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.1.5-r1.ebuild,v 1.2 2009/11/04 11:30:39 patrick Exp $ EAPI="2" @@ -15,7 +15,6 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" DEPEND=" - !net-fs/samba-libs[tdb] !<net-fs/samba-libs-3.4 " RDEPEND="${DEPEND}" diff --git a/sys-libs/tdb/tdb-1.1.5.ebuild b/sys-libs/tdb/tdb-1.1.5.ebuild index 3f47869aacc5..972bd58f025a 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.3 2009/10/11 12:04:46 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.1.5.ebuild,v 1.4 2009/11/04 11:30:39 patrick Exp $ EAPI="2" @@ -15,7 +15,6 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" DEPEND=" - !net-fs/samba-libs[tdb] !<net-fs/samba-libs-3.4 " RDEPEND="${DEPEND}" |