summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2006-05-26 17:35:46 +0000
committerMarien Zwart <marienz@gentoo.org>2006-05-26 17:35:46 +0000
commit85af1e7bc221c04166a8b2cc712449296f253c10 (patch)
tree01a0a720c1ccf41d94188886e7b84dfb345cd363 /dev-python/twisted-flow
parentStable on ppc64 (diff)
downloadgentoo-2-85af1e7bc221c04166a8b2cc712449296f253c10.tar.gz
gentoo-2-85af1e7bc221c04166a8b2cc712449296f253c10.tar.bz2
gentoo-2-85af1e7bc221c04166a8b2cc712449296f253c10.zip
This version runs but does not install with twisted 2.4, so add a < dep.
(Portage version: 2.1_rc2-r3)
Diffstat (limited to 'dev-python/twisted-flow')
-rw-r--r--dev-python/twisted-flow/ChangeLog6
-rw-r--r--dev-python/twisted-flow/twisted-flow-0.1.0-r1.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/twisted-flow/ChangeLog b/dev-python/twisted-flow/ChangeLog
index 211d03168ba9..0028849e476d 100644
--- a/dev-python/twisted-flow/ChangeLog
+++ b/dev-python/twisted-flow/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/twisted-flow
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-flow/ChangeLog,v 1.9 2006/05/04 04:59:13 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-flow/ChangeLog,v 1.10 2006/05/26 17:35:46 marienz Exp $
+
+ 26 May 2006; Marien Zwart <marienz@gentoo.org>
+ twisted-flow-0.1.0-r1.ebuild:
+ This version runs but does not install with twisted 2.4, so add a < dep.
04 May 2006; Jon Hood <squinky86@gentoo.org> twisted-flow-0.1.0-r1.ebuild:
Add ~amd64, #128688.
diff --git a/dev-python/twisted-flow/twisted-flow-0.1.0-r1.ebuild b/dev-python/twisted-flow/twisted-flow-0.1.0-r1.ebuild
index ddcd1885f9be..11e5076ff884 100644
--- a/dev-python/twisted-flow/twisted-flow-0.1.0-r1.ebuild
+++ b/dev-python/twisted-flow/twisted-flow-0.1.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-flow/twisted-flow-0.1.0-r1.ebuild,v 1.6 2006/05/04 04:59:13 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-flow/twisted-flow-0.1.0-r1.ebuild,v 1.7 2006/05/26 17:35:46 marienz Exp $
MY_PACKAGE=Flow
@@ -10,4 +10,5 @@ DESCRIPTION="A Twisted concurrency programming library."
KEYWORDS="~amd64 ~ia64 ~ppc sparc x86"
-DEPEND=">=dev-python/twisted-2"
+DEPEND=">=dev-python/twisted-2
+ <dev-python/twisted-2.4"