summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/cmemcache/cmemcache-0.91.ebuild')
-rw-r--r--dev-python/cmemcache/cmemcache-0.91.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/cmemcache/cmemcache-0.91.ebuild b/dev-python/cmemcache/cmemcache-0.91.ebuild
index 72d3f7a7c..bf5bed0cb 100644
--- a/dev-python/cmemcache/cmemcache-0.91.ebuild
+++ b/dev-python/cmemcache/cmemcache-0.91.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -6,7 +6,7 @@ inherit distutils
DESCRIPTION="Python extension for libmemcache (similar to python-memcache)"
HOMEPAGE="http://gijsbert.org/cmemcache/"
-SRC_URI="http://gijsbert.org/downloads/cmemcache/${P}.tar.bz2"
+SRC_URI="http://gijsbert.org/downloads/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -14,3 +14,4 @@ KEYWORDS="~amd64"
IUSE=""
DEPEND=">=dev-libs/libmemcache-1.4.0_rc2"
+RDEPEND=${DEPEND}