diff options
author | 2012-05-28 21:23:50 +0000 | |
---|---|---|
committer | 2012-05-28 21:23:50 +0000 | |
commit | 7ac03424390d22eaf47d9fff28d3644cb3c5a59e (patch) | |
tree | cdce4a4054a16918e770f0d1f889c108ee062a65 /dev-python/rope/rope-0.9.3.ebuild | |
parent | Add parallel build workaround (-j1) to fix bug 417579) (diff) | |
download | historical-7ac03424390d22eaf47d9fff28d3644cb3c5a59e.tar.gz historical-7ac03424390d22eaf47d9fff28d3644cb3c5a59e.tar.bz2 historical-7ac03424390d22eaf47d9fff28d3644cb3c5a59e.zip |
Depend on setuptools, as suggested by Arfrever.
Package-Manager: portage-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() { |