diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2007-05-05 17:18:09 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2007-05-05 17:18:09 +0000 |
commit | a40df0ca0bbade91e3378db3ece504bd1bf0f91b (patch) | |
tree | 6871d7467a3b007f99bf336e3014a052b0066f18 /dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild | |
parent | Stable on ppc wrt bug 176882 (diff) | |
download | gentoo-2-a40df0ca0bbade91e3378db3ece504bd1bf0f91b.tar.gz gentoo-2-a40df0ca0bbade91e3378db3ece504bd1bf0f91b.tar.bz2 gentoo-2-a40df0ca0bbade91e3378db3ece504bd1bf0f91b.zip |
Fixed setuptools dependency. bug #177203
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild')
-rw-r--r-- | dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild b/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild index bb17cb160bf6..ab69b308b90a 100644 --- a/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild +++ b/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild,v 1.1 2007/05/03 04:38:35 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild,v 1.2 2007/05/05 17:18:09 pythonhead Exp $ NEED_PYTHON=2.4 @@ -18,10 +18,9 @@ LICENSE="|| ( PSF-2.4 ZPL )" SLOT="0" IUSE="" -DEPEND="dev-python/setuptools - app-arch/unzip - >=dev-python/decoratortools-1.4" -RDEPEND="" +RDEPEND=">=dev-python/decoratortools-1.4" +DEPEND="${RDEPEND} + >=dev-python/setuptools-0.6_rc5" S=${WORKDIR}/${MY_PN} |