summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2006-05-26 17:52:39 +0000
committerMarien Zwart <marienz@gentoo.org>2006-05-26 17:52:39 +0000
commit4f860f310879cce9adf53300f6b1352acea5372b (patch)
tree6d9bf4fcf9de6d0c9985a80953c7167dc4a97ef0 /dev-python/twisted-pair/twisted-pair-0.1.0-r1.ebuild
parentDrop old versions. (diff)
downloadhistorical-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-pair/twisted-pair-0.1.0-r1.ebuild')
-rw-r--r--dev-python/twisted-pair/twisted-pair-0.1.0-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
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"