diff options
Diffstat (limited to 'dev-python/pudge/pudge-0.1.2.ebuild')
-rw-r--r-- | dev-python/pudge/pudge-0.1.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/pudge/pudge-0.1.2.ebuild b/dev-python/pudge/pudge-0.1.2.ebuild index 538c2f054f70..b4bc7308d594 100644 --- a/dev-python/pudge/pudge-0.1.2.ebuild +++ b/dev-python/pudge/pudge-0.1.2.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/pudge/pudge-0.1.2.ebuild,v 1.1 2007/01/07 21:33:35 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pudge/pudge-0.1.2.ebuild,v 1.2 2007/02/03 22:42:40 dev-zero Exp $ inherit distutils @@ -14,8 +14,9 @@ KEYWORDS="~amd64 ~x86" IUSE="doc" RDEPEND="dev-python/docutils - <=dev-python/kid-0.9.3" -DEPEND="dev-python/setuptools" + >=dev-python/kid-0.9.5" +DEPEND="dev-python/setuptools + doc? ( ${RDEPEND} )" src_unpack() { unpack ${A} |