summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/beanstalkc/ChangeLog6
-rw-r--r--dev-python/beanstalkc/beanstalkc-0.1.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/beanstalkc/ChangeLog b/dev-python/beanstalkc/ChangeLog
index be2f6c1ab976..a1b0bd873a6c 100644
--- a/dev-python/beanstalkc/ChangeLog
+++ b/dev-python/beanstalkc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/beanstalkc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.1 2009/06/23 12:15:17 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.2 2009/07/08 20:10:53 tommy Exp $
+
+ 08 Jul 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ beanstalkc-0.1.1.ebuild:
+ Remove unneeded python from RDEPEND
*beanstalkc-0.1.1 (23 Jun 2009)
diff --git a/dev-python/beanstalkc/beanstalkc-0.1.1.ebuild b/dev-python/beanstalkc/beanstalkc-0.1.1.ebuild
index 4dd9de173e99..c3330485f15b 100644
--- a/dev-python/beanstalkc/beanstalkc-0.1.1.ebuild
+++ b/dev-python/beanstalkc/beanstalkc-0.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.1.1.ebuild,v 1.1 2009/06/23 12:15:17 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.1.1.ebuild,v 1.2 2009/07/08 20:10:53 tommy Exp $
NEED_PYTHON=2.5
@@ -16,6 +16,6 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools"
-RDEPEND="dev-lang/python"
+RDEPEND=""
DOCS="README"