diff options
author | 2013-01-02 09:40:46 +0000 | |
---|---|---|
committer | 2013-01-02 09:40:46 +0000 | |
commit | 19b449a518fc9d166c06118ca1f9c9b785cecf24 (patch) | |
tree | ec43ec468b1170d96a8704ff67aad227229679a8 /sys-libs | |
parent | Version bump, wrt bug #449712. Drop old versions, cause they are not availabl... (diff) | |
download | gentoo-2-19b449a518fc9d166c06118ca1f9c9b785cecf24.tar.gz gentoo-2-19b449a518fc9d166c06118ca1f9c9b785cecf24.tar.bz2 gentoo-2-19b449a518fc9d166c06118ca1f9c9b785cecf24.zip |
Fixed dependencies (bug #449710)
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/ldb/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/ldb/ldb-1.1.14.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sys-libs/ldb/ChangeLog b/sys-libs/ldb/ChangeLog index dd1b830e0630..1301b528f35e 100644 --- a/sys-libs/ldb/ChangeLog +++ b/sys-libs/ldb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/ldb -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v 1.45 2012/12/19 15:53:13 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v 1.46 2013/01/02 09:40:46 polynomial-c Exp $ + + 02 Jan 2013; Lars Wendler <polynomial-c@gentoo.org> ldb-1.1.14.ebuild: + Non-maintainer commit: Fixed dependencies (bug #449710). 19 Dec 2012; Agostino Sarubbo <ago@gentoo.org> ldb-1.1.14.ebuild: Add ~ia64, wrt bug #377809 diff --git a/sys-libs/ldb/ldb-1.1.14.ebuild b/sys-libs/ldb/ldb-1.1.14.ebuild index 68746c1d7c7c..00210942dc12 100644 --- a/sys-libs/ldb/ldb-1.1.14.ebuild +++ b/sys-libs/ldb/ldb-1.1.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.14.ebuild,v 1.2 2012/12/19 15:53:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.14.ebuild,v 1.3 2013/01/02 09:40:46 polynomial-c Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -17,9 +17,9 @@ KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="doc" RDEPEND="dev-libs/popt - >=sys-libs/talloc-2.0.7[python] + >=sys-libs/talloc-2.0.8[python] >=sys-libs/tevent-0.9.17 - >=sys-libs/tdb-1.2.10[python] + >=sys-libs/tdb-1.2.11[python] net-nds/openldap !!<net-fs/samba-3.6.0[ldb] !!>=net-fs/samba-4.0.0[ldb] |