summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2012-10-01 10:43:05 +0000
committerDirkjan Ochtman <djc@gentoo.org>2012-10-01 10:43:05 +0000
commitfddff0e60cffb7ae24cd3020d0ce64a5855ae903 (patch)
treecf2e3b8d4d90f70271fc8335ebd30ae437276c76 /dev-util
parentRemove old. (diff)
downloadgentoo-2-fddff0e60cffb7ae24cd3020d0ce64a5855ae903.tar.gz
gentoo-2-fddff0e60cffb7ae24cd3020d0ce64a5855ae903.tar.bz2
gentoo-2-fddff0e60cffb7ae24cd3020d0ce64a5855ae903.zip
Fix dependency on Twisted.
(Portage version: 2.1.11.23/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/buildbot-slave/ChangeLog5
-rw-r--r--dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/buildbot-slave/ChangeLog b/dev-util/buildbot-slave/ChangeLog
index e4e21378de08..ed47253723bb 100644
--- a/dev-util/buildbot-slave/ChangeLog
+++ b/dev-util/buildbot-slave/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/buildbot-slave
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.27 2012/09/30 17:29:45 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.28 2012/10/01 10:43:05 djc Exp $
+
+ 01 Oct 2012; Dirkjan Ochtman <djc@gentoo.org> buildbot-slave-0.8.7.ebuild:
+ Fix dependency on Twisted.
*buildbot-slave-0.8.7 (30 Sep 2012)
diff --git a/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild b/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild
index 85f18656e9b8..790da16c43bc 100644
--- a/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild
+++ b/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild,v 1.1 2012/09/30 17:29:45 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild,v 1.2 2012/10/01 10:43:05 djc Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -24,7 +24,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-
IUSE="test"
RDEPEND="dev-python/setuptools
- >=dev-python/twisted-2
+ dev-python/twisted
!!<dev-util/buildbot-0.8.1
!<dev-util/buildbot-0.8.3"
DEPEND="${RDEPEND}