summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-26 19:46:55 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-26 19:46:55 +0000
commit6b0c1dccda6718bd9aacb8242a83aa5409a0e13b (patch)
tree77ebdaaaaf8483818536c869d3565e43f0f6dd3a /dev-python/hachoir-core/hachoir-core-1.3.3.ebuild
parentDeprecating qt3.eclass, scheduling for removal (diff)
downloadgentoo-2-6b0c1dccda6718bd9aacb8242a83aa5409a0e13b.tar.gz
gentoo-2-6b0c1dccda6718bd9aacb8242a83aa5409a0e13b.tar.bz2
gentoo-2-6b0c1dccda6718bd9aacb8242a83aa5409a0e13b.zip
Use setuptools.
(Portage version: 15841-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/hachoir-core/hachoir-core-1.3.3.ebuild')
-rw-r--r--dev-python/hachoir-core/hachoir-core-1.3.3.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/hachoir-core/hachoir-core-1.3.3.ebuild b/dev-python/hachoir-core/hachoir-core-1.3.3.ebuild
index 0205d5e01224..a2b47b1e8c54 100644
--- a/dev-python/hachoir-core/hachoir-core-1.3.3.ebuild
+++ b/dev-python/hachoir-core/hachoir-core-1.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/hachoir-core-1.3.3.ebuild,v 1.1 2010/03/26 19:31:09 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/hachoir-core-1.3.3.ebuild,v 1.2 2010/03/26 19:46:55 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -17,10 +17,11 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-DEPEND=""
+DEPEND="dev-python/setuptools"
RDEPEND=""
RESTRICT_PYTHON_ABIS="3.*"
+DISTUTILS_GLOBAL_OPTIONS=("--setuptools")
PYTHON_MODNAME="${PN/-/_}"
src_test() {