summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/twisted-pair/ChangeLog6
-rw-r--r--dev-python/twisted-pair/twisted-pair-0.1.0-r1.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/twisted-pair/ChangeLog b/dev-python/twisted-pair/ChangeLog
index 91c0391a9131..12be70c413ca 100644
--- a/dev-python/twisted-pair/ChangeLog
+++ b/dev-python/twisted-pair/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/twisted-pair
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/ChangeLog,v 1.8 2006/05/04 05:16:56 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/ChangeLog,v 1.9 2006/05/26 17:43:48 marienz Exp $
+
+ 26 May 2006; Marien Zwart <marienz@gentoo.org>
+ twisted-pair-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-pair-0.1.0-r1.ebuild:
Add ~amd64, #128688.
diff --git a/dev-python/twisted-pair/twisted-pair-0.1.0-r1.ebuild b/dev-python/twisted-pair/twisted-pair-0.1.0-r1.ebuild
index 1947e4a6e12c..77005d179ed3 100644
--- a/dev-python/twisted-pair/twisted-pair-0.1.0-r1.ebuild
+++ b/dev-python/twisted-pair/twisted-pair-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-pair/twisted-pair-0.1.0-r1.ebuild,v 1.6 2006/05/04 05:16:56 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/twisted-pair-0.1.0-r1.ebuild,v 1.7 2006/05/26 17:43:48 marienz Exp $
MY_PACKAGE=Pair
@@ -10,4 +10,5 @@ DESCRIPTION="Twisted Pair contains low-level networking support."
KEYWORDS="~amd64 ~ia64 ~ppc sparc x86"
-DEPEND=">=dev-python/twisted-2"
+DEPEND=">=dev-python/twisted-2
+ <dev-python/twisted-2.4"