diff options
Diffstat (limited to 'dev-python/setuptools/setuptools-0.6_alpha10.ebuild')
-rw-r--r-- | dev-python/setuptools/setuptools-0.6_alpha10.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/setuptools/setuptools-0.6_alpha10.ebuild b/dev-python/setuptools/setuptools-0.6_alpha10.ebuild index ce6287980cbd..f4b7c9b579be 100644 --- a/dev-python/setuptools/setuptools-0.6_alpha10.ebuild +++ b/dev-python/setuptools/setuptools-0.6_alpha10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6_alpha10.ebuild,v 1.3 2006/03/10 02:42:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6_alpha10.ebuild,v 1.4 2006/03/19 22:52:33 halcy0n Exp $ inherit distutils @@ -14,8 +14,9 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" S="${WORKDIR}/${MY_P}" -DEPEND=">=dev-lang/python-2.4.2 - app-arch/zip" +RDEPEND=">=dev-lang/python-2.4.2" +DEPEND="${RDEPEND} + app-arch/unzip" DOCS="EasyInstall.txt api_tests.txt pkg_resources.txt setuptools.txt" |