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-runner | |
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-runner')
-rw-r--r-- | dev-python/twisted-runner/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/twisted-runner/twisted-runner-0.1.0-r1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/twisted-runner/ChangeLog b/dev-python/twisted-runner/ChangeLog index ea97a6edb225..bdfdf2bf7775 100644 --- a/dev-python/twisted-runner/ChangeLog +++ b/dev-python/twisted-runner/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/twisted-runner # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.7 2006/05/03 23:04:18 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.8 2006/05/26 17:45:20 marienz Exp $ + + 26 May 2006; Marien Zwart <marienz@gentoo.org> + twisted-runner-0.1.0-r1.ebuild: + This version runs but does not install with twisted 2.4, so add a < dep. 03 May 2006; Mark Loeser <halcy0n@gentoo.org> twisted-runner-0.1.0-r1.ebuild: diff --git a/dev-python/twisted-runner/twisted-runner-0.1.0-r1.ebuild b/dev-python/twisted-runner/twisted-runner-0.1.0-r1.ebuild index b8d3efdcfa5c..8d97d7f6e2f1 100644 --- a/dev-python/twisted-runner/twisted-runner-0.1.0-r1.ebuild +++ b/dev-python/twisted-runner/twisted-runner-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-runner/twisted-runner-0.1.0-r1.ebuild,v 1.5 2006/05/03 23:04:18 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-0.1.0-r1.ebuild,v 1.6 2006/05/26 17:45:20 marienz Exp $ MY_PACKAGE=Runner @@ -10,6 +10,7 @@ DESCRIPTION="Twisted Runner is a process management library and inetd replacemen KEYWORDS="~ia64 ~ppc sparc x86" -DEPEND=">=dev-python/twisted-2" +DEPEND=">=dev-python/twisted-2 + <dev-python/twisted-2.4" PROVIDE="virtual/inetd" |