summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2008-05-26 08:19:37 +0000
committerThomas Raschbacher <lordvan@gentoo.org>2008-05-26 08:19:37 +0000
commit72ff1a5c70f8a000d2e2f9b95de06bb3bfbc580e (patch)
treed5a8f137ae5b7cf8d86ae823058157ab81f995c6 /dev-python
parentNeeds nxssh, currently provided by net-misc/nxclient. Spotted by pva (diff)
downloadgentoo-2-72ff1a5c70f8a000d2e2f9b95de06bb3bfbc580e.tar.gz
gentoo-2-72ff1a5c70f8a000d2e2f9b95de06bb3bfbc580e.tar.bz2
gentoo-2-72ff1a5c70f8a000d2e2f9b95de06bb3bfbc580e.zip
Allow 8.0.0 to be installed with twisted 8.1.0
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/twisted-runner/ChangeLog6
-rw-r--r--dev-python/twisted-runner/twisted-runner-8.0.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/twisted-runner/ChangeLog b/dev-python/twisted-runner/ChangeLog
index 6d84ee199fa3..daed022ecadc 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.21 2008/05/13 21:07:57 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.22 2008/05/26 08:19:37 lordvan Exp $
+
+ 26 May 2008; Thomas Raschbacher <lordvan@gentoo.org>
+ twisted-runner-8.0.0.ebuild:
+ changed 8.0.0 dep to also match 8.1.0 as there is no 8.1.0 of this package
*twisted-runner-8.0.0 (13 May 2008)
diff --git a/dev-python/twisted-runner/twisted-runner-8.0.0.ebuild b/dev-python/twisted-runner/twisted-runner-8.0.0.ebuild
index 3a83d1a5941e..cb6caee6ca20 100644
--- a/dev-python/twisted-runner/twisted-runner-8.0.0.ebuild
+++ b/dev-python/twisted-runner/twisted-runner-8.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-8.0.0.ebuild,v 1.1 2008/05/13 21:07:57 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-8.0.0.ebuild,v 1.2 2008/05/26 08:19:37 lordvan Exp $
MY_PACKAGE=Runner
@@ -10,6 +10,6 @@ DESCRIPTION="Twisted Runner is a process management library and inetd replacemen
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*"
+DEPEND="=dev-python/twisted-$(get_version_component_range 1)*"
PROVIDE="virtual/inetd"