summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLABBE Corentin (Montjoie) <corentin.labbe@geomatys.fr>2010-10-19 08:48:41 +0000
committerLABBE Corentin (Montjoie) <corentin.labbe@geomatys.fr>2010-10-19 08:48:41 +0000
commitb898de75f82c0711bf658bcc1526224a661f0ee3 (patch)
tree1e7899ce05f9bc955ee58af42d6f060611a8706d /dev-python
parentapp-text/orayta: New Ebuild for bug 341017, thanks to Tommy (diff)
downloadsunrise-b898de75f82c0711bf658bcc1526224a661f0ee3.tar.gz
sunrise-b898de75f82c0711bf658bcc1526224a661f0ee3.tar.bz2
sunrise-b898de75f82c0711bf658bcc1526224a661f0ee3.zip
drop python inheriting because inheriting distutils
svn path=/sunrise/; revision=11444
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-cluster/python-cluster-1.1.1_beta3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-cluster/python-cluster-1.1.1_beta3.ebuild b/dev-python/python-cluster/python-cluster-1.1.1_beta3.ebuild
index 4f2fca66c..44fbc79b0 100644
--- a/dev-python/python-cluster/python-cluster-1.1.1_beta3.ebuild
+++ b/dev-python/python-cluster/python-cluster-1.1.1_beta3.ebuild
@@ -7,7 +7,7 @@ EAPI=3
PYTHON_DEPEND="*"
SUPPORT_PYTHON_ABIS=1
-inherit distutils eutils python
+inherit distutils eutils
MY_P=cluster-${PV/_beta/b}
DESCRIPTION="Allows grouping a list of arbitrary objects into related groups (clusters)"