diff options
author | Marien Zwart <marienz@gentoo.org> | 2006-05-26 17:52:39 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2006-05-26 17:52:39 +0000 |
commit | 4f860f310879cce9adf53300f6b1352acea5372b (patch) | |
tree | 6d9bf4fcf9de6d0c9985a80953c7167dc4a97ef0 /dev-python/twisted-flow | |
parent | Drop old versions. (diff) | |
download | historical-4f860f310879cce9adf53300f6b1352acea5372b.tar.gz historical-4f860f310879cce9adf53300f6b1352acea5372b.tar.bz2 historical-4f860f310879cce9adf53300f6b1352acea5372b.zip |
This version runs but does not install with twisted 2.4, so add a < dep.
Package-Manager: portage-2.1_rc2-r3
Diffstat (limited to 'dev-python/twisted-flow')
-rw-r--r-- | dev-python/twisted-flow/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/twisted-flow/twisted-flow-0.1.0-r1.ebuild | 5 |
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" |