diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-27 23:10:13 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-27 23:10:13 +0000 |
commit | e114096c76b61e976612d54fe9bfcf05894e1544 (patch) | |
tree | ddc8a9a3483ac848efaf989dacc309bd7c94cc1d /dev-python/pastescript | |
parent | Fix building with USE="doc". (diff) | |
download | historical-e114096c76b61e976612d54fe9bfcf05894e1544.tar.gz historical-e114096c76b61e976612d54fe9bfcf05894e1544.tar.bz2 historical-e114096c76b61e976612d54fe9bfcf05894e1544.zip |
Fix dependencies.
Package-Manager: portage-HEAD/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pastescript')
-rw-r--r-- | dev-python/pastescript/pastescript-1.7.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pastescript/pastescript-1.7.3.ebuild b/dev-python/pastescript/pastescript-1.7.3.ebuild index d832a5703f8c..baff13b92db8 100644 --- a/dev-python/pastescript/pastescript-1.7.3.ebuild +++ b/dev-python/pastescript/pastescript-1.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild,v 1.5 2010/06/27 22:59:32 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild,v 1.6 2010/06/27 23:10:13 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -22,11 +22,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="doc" -RDEPEND=">=dev-python/paste-1.3 +RDEPEND="dev-python/cheetah + >=dev-python/paste-1.3 dev-python/pastedeploy - dev-python/cheetah" + dev-python/setuptools" DEPEND="${RDEPEND} - dev-python/setuptools doc? ( dev-python/pygments dev-python/sphinx )" # Tests are broken. |