aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/numscons/numscons-0.10.1.ebuild')
-rw-r--r--dev-python/numscons/numscons-0.10.1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/numscons/numscons-0.10.1.ebuild b/dev-python/numscons/numscons-0.10.1.ebuild
index 2dd1c1c12..86a7c55ed 100644
--- a/dev-python/numscons/numscons-0.10.1.ebuild
+++ b/dev-python/numscons/numscons-0.10.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI=3
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
@@ -13,13 +13,13 @@ MP="$(get_version_component_range 1-2)"
DESCRIPTION="Support library for building numpy with scons"
HOMEPAGE="http://github.com/cournape/numscons/tree/master"
-SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.bz2"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
IUSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"
LICENSE="BSD"
-DEPEND="dev-util/scons"
#yes, it needs scons to work
-RDEPEND="dev-util/scons"
+DEPEND="dev-util/scons"
+RDEPEND="${DEPEND}"