summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-03-13 02:59:05 +0000
committerMike Gilbert <floppym@gentoo.org>2012-03-13 02:59:05 +0000
commit0822ecccbe5fb5e5bacaef89f6abba91dcfd391e (patch)
tree779b61bcf152b2a4616c36b612fee1a78b6d130d /dev-python/werkzeug/werkzeug-0.8.3.ebuild
parentFix dependencies. Don't inherit unused eclass. Patch by Arfrever. (diff)
downloadgentoo-2-0822ecccbe5fb5e5bacaef89f6abba91dcfd391e.tar.gz
gentoo-2-0822ecccbe5fb5e5bacaef89f6abba91dcfd391e.tar.bz2
gentoo-2-0822ecccbe5fb5e5bacaef89f6abba91dcfd391e.zip
Don't inherit unused eclass. Patch by Arfrever.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/werkzeug/werkzeug-0.8.3.ebuild')
-rw-r--r--dev-python/werkzeug/werkzeug-0.8.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/werkzeug/werkzeug-0.8.3.ebuild b/dev-python/werkzeug/werkzeug-0.8.3.ebuild
index f26d75c1fd09..71f50c343a44 100644
--- a/dev-python/werkzeug/werkzeug-0.8.3.ebuild
+++ b/dev-python/werkzeug/werkzeug-0.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.8.3.ebuild,v 1.1 2012/03/02 09:19:53 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.8.3.ebuild,v 1.2 2012/03/13 02:59:05 floppym Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
@@ -8,7 +8,7 @@ SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.*"
DISTUTILS_SRC_TEST="setup.py"
-inherit distutils eutils
+inherit distutils
MY_PN="Werkzeug"
MY_P="${MY_PN}-${PV}"