summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2011-06-02 17:56:29 +0000
committerVictor Ostorga <vostorga@gentoo.org>2011-06-02 17:56:29 +0000
commita79584226948d4bbd81bd186006b61c2de802592 (patch)
tree54ce75ed9161b825d67ae149c61c26daba373b4e /sys-libs
parentBump to libstrl-0.4, which now installs docs into /usr/share/doc/ properly. (diff)
downloadgentoo-2-a79584226948d4bbd81bd186006b61c2de802592.tar.gz
gentoo-2-a79584226948d4bbd81bd186006b61c2de802592.tar.bz2
gentoo-2-a79584226948d4bbd81bd186006b61c2de802592.zip
Adding dependency dev-lang/python[threads] bug 363071
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/talloc/ChangeLog5
-rw-r--r--sys-libs/talloc/talloc-2.0.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/talloc/ChangeLog b/sys-libs/talloc/ChangeLog
index 3409ffcf57f4..86dcf76c9bae 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.23 2011/03/16 14:31:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.24 2011/06/02 17:56:29 vostorga Exp $
+
+ 02 Jun 2011; Víctor Ostorga <vostorga@gentoo.org> talloc-2.0.5.ebuild:
+ Adding dependency dev-lang/python[threads] bug 363071
16 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> talloc-2.0.5.ebuild:
Stop unnecessarily forcing Python 2.6.
diff --git a/sys-libs/talloc/talloc-2.0.5.ebuild b/sys-libs/talloc/talloc-2.0.5.ebuild
index 22dba1d1fe7a..5e275d45acc9 100644
--- a/sys-libs/talloc/talloc-2.0.5.ebuild
+++ b/sys-libs/talloc/talloc-2.0.5.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.5.ebuild,v 1.5 2011/03/16 14:50:33 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.5.ebuild,v 1.6 2011/06/02 17:56:29 vostorga Exp $
EAPI=3
PYTHON_DEPEND="python? 2:2.6"
@@ -17,7 +17,7 @@ IUSE="compat python"
RDEPEND="!!<sys-libs/talloc-2.0.5"
DEPEND="dev-libs/libxslt
- || ( dev-lang/python:2.7 dev-lang/python:2.6 )"
+ || ( dev-lang/python:2.7[threads] dev-lang/python:2.6[threads] )"
WAF_BINARY="${S}/buildtools/bin/waf"