summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-27 23:10:13 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-27 23:10:13 +0000
commite114096c76b61e976612d54fe9bfcf05894e1544 (patch)
treeddc8a9a3483ac848efaf989dacc309bd7c94cc1d /dev-python/pastescript
parentFix building with USE="doc". (diff)
downloadhistorical-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.ebuild8
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.