diff options
author | 2007-02-03 22:42:40 +0000 | |
---|---|---|
committer | 2007-02-03 22:42:40 +0000 | |
commit | 1c97f1e7df9bd81aa1de8ce0184c9ac5ac1fc999 (patch) | |
tree | 084b0d19733e1a17d69cf48cf8b2aed4d8fc1b7c /dev-python/pudge/pudge-0.1.2.ebuild | |
parent | removed the masks for adaopengl and adabindx, as packages have been removed (diff) | |
download | historical-1c97f1e7df9bd81aa1de8ce0184c9ac5ac1fc999.tar.gz historical-1c97f1e7df9bd81aa1de8ce0184c9ac5ac1fc999.tar.bz2 historical-1c97f1e7df9bd81aa1de8ce0184c9ac5ac1fc999.zip |
Changed kid dependency. Small corrections.
Package-Manager: portage-2.1.2-r5
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} |