diff options
author | 2010-03-26 19:46:55 +0000 | |
---|---|---|
committer | 2010-03-26 19:46:55 +0000 | |
commit | 6fe6b457d1f7fc6ac2cf8067b40f75bfb1dd3da7 (patch) | |
tree | 03ba5346e13837a3f3487ea6c585932dfcb80bb2 /dev-python/hachoir-core/hachoir-core-1.3.3.ebuild | |
parent | Deprecating qt3.eclass, scheduling for removal (diff) | |
download | historical-6fe6b457d1f7fc6ac2cf8067b40f75bfb1dd3da7.tar.gz historical-6fe6b457d1f7fc6ac2cf8067b40f75bfb1dd3da7.tar.bz2 historical-6fe6b457d1f7fc6ac2cf8067b40f75bfb1dd3da7.zip |
Use setuptools.
Package-Manager: portage-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.ebuild | 5 |
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() { |