diff options
author | 2011-10-18 21:59:36 +0000 | |
---|---|---|
committer | 2011-10-18 21:59:36 +0000 | |
commit | 087330db613ed2191b79e3488deda77c142a1772 (patch) | |
tree | 53268221fc1ff2e9fe993eb69592d5f228c621b3 /sys-libs/talloc | |
parent | Add rewritten bootstrap patch (bug #386949). (diff) | |
download | gentoo-2-087330db613ed2191b79e3488deda77c142a1772.tar.gz gentoo-2-087330db613ed2191b79e3488deda77c142a1772.tar.bz2 gentoo-2-087330db613ed2191b79e3488deda77c142a1772.zip |
Adding block on <sys-libs/talloc-2.0.5 to DEPEND, bug 387509
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'sys-libs/talloc')
-rw-r--r-- | sys-libs/talloc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/talloc/talloc-2.0.7.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/talloc/ChangeLog b/sys-libs/talloc/ChangeLog index c6ae99c2c6c9..064065c7a141 100644 --- a/sys-libs/talloc/ChangeLog +++ b/sys-libs/talloc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/talloc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.28 2011/09/27 20:08:18 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.29 2011/10/18 21:59:36 vostorga Exp $ + + 18 Oct 2011; Víctor Ostorga <vostorga@gentoo.org> talloc-2.0.7.ebuild: + Adding block on <sys-libs/talloc-2.0.5 to DEPEND, bug 387509 *talloc-2.0.7 (27 Sep 2011) diff --git a/sys-libs/talloc/talloc-2.0.7.ebuild b/sys-libs/talloc/talloc-2.0.7.ebuild index 8a12c3591bc3..a8da91d64855 100644 --- a/sys-libs/talloc/talloc-2.0.7.ebuild +++ b/sys-libs/talloc/talloc-2.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild,v 1.1 2011/09/27 20:08:18 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild,v 1.2 2011/10/18 21:59:36 vostorga Exp $ EAPI=3 PYTHON_DEPEND="python? 2:2.6" @@ -16,7 +16,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="compat python" RDEPEND="!!<sys-libs/talloc-2.0.5" -DEPEND="dev-libs/libxslt +DEPEND="${RDEPEND} + dev-libs/libxslt || ( dev-lang/python:2.7[threads] dev-lang/python:2.6[threads] )" WAF_BINARY="${S}/buildtools/bin/waf" |