summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Maciąg <maciag.artur@gmail.com>2010-10-29 17:06:28 +0200
committerArtur Maciąg <maciag.artur@gmail.com>2010-10-29 17:06:28 +0200
commitf948ea49087bbdc99a874c845f13e0f718de4cfb (patch)
tree8a603b901a01c93d870633f46e82bea6dc5b9ebd
parent[www-client/firefox-bin] version bump with langpacks (diff)
downloadpiczu-f948ea49087bbdc99a874c845f13e0f718de4cfb.tar.gz
piczu-f948ea49087bbdc99a874c845f13e0f718de4cfb.tar.bz2
piczu-f948ea49087bbdc99a874c845f13e0f718de4cfb.zip
[dev-python/routes] use PYTHON_DEPEND variable instead of NEED_PYTHON
-rw-r--r--dev-python/routes/Manifest2
-rw-r--r--dev-python/routes/routes-1.8.ebuild5
2 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/routes/Manifest b/dev-python/routes/Manifest
index d3c5d0c..c4043c5 100644
--- a/dev-python/routes/Manifest
+++ b/dev-python/routes/Manifest
@@ -1,2 +1,2 @@
DIST Routes-1.8.tar.gz 61846 RMD160 2635df8d2c96767631db9706485a0ae29b67bcac SHA1 17608878ff88ddc6af17db5d314c7f2ec575c096 SHA256 732a8f56d26a9a37b1e800ae3fcf256a23343c3f0b7a4261a0a3706a90135bae
-EBUILD routes-1.8.ebuild 819 RMD160 57632b3ebceb1f82b9ac4fbf83ee97e85a5bda4c SHA1 075af0253935c383b08479342711f16ae2d53a8f SHA256 fe2f6964b97e47eebe9a0b746fc92561f657b5030a1f4bfedc26beb850422b62
+EBUILD routes-1.8.ebuild 881 RMD160 7ca1e9be7f699114dd15ea1db28df0b7a479e30c SHA1 873fdb04b050db44964d272c2254e838dae74c7c SHA256 1fa58f70cdddd1b942f182ad7ed261685ceefc5e89c8272e78e17dcba32a5d45
diff --git a/dev-python/routes/routes-1.8.ebuild b/dev-python/routes/routes-1.8.ebuild
index 58e99e0..6385f6b 100644
--- a/dev-python/routes/routes-1.8.ebuild
+++ b/dev-python/routes/routes-1.8.ebuild
@@ -1,8 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI="3"
-NEED_PYTHON=2.4
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
inherit distutils