diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-05-28 21:23:50 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-05-28 21:23:50 +0000 |
commit | 2dea7e8e5070008a4a13cd0e2adf05d67f46bc00 (patch) | |
tree | 52f1dda4746d92160cb2b6c010cd4ba350d60d1d /dev-python/rope/rope-0.9.3.ebuild | |
parent | Add parallel build workaround (-j1) to fix bug 417579) (diff) | |
download | gentoo-2-2dea7e8e5070008a4a13cd0e2adf05d67f46bc00.tar.gz gentoo-2-2dea7e8e5070008a4a13cd0e2adf05d67f46bc00.tar.bz2 gentoo-2-2dea7e8e5070008a4a13cd0e2adf05d67f46bc00.zip |
Depend on setuptools, as suggested by Arfrever.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/rope/rope-0.9.3.ebuild')
-rw-r--r-- | dev-python/rope/rope-0.9.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rope/rope-0.9.3.ebuild b/dev-python/rope/rope-0.9.3.ebuild index 6e8c4327afe3..6bae5bbccff6 100644 --- a/dev-python/rope/rope-0.9.3.ebuild +++ b/dev-python/rope/rope-0.9.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/rope/rope-0.9.3.ebuild,v 1.6 2012/05/28 19:08:39 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild,v 1.7 2012/05/28 21:23:50 floppym Exp $ EAPI="3" @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" +DEPEND="dev-python/setuptools" RDEPEND="" src_prepare() { |