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/pastedeploy | |
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/pastedeploy')
-rw-r--r-- | dev-python/pastedeploy/pastedeploy-1.3.3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/pastedeploy/pastedeploy-1.3.3.ebuild b/dev-python/pastedeploy/pastedeploy-1.3.3.ebuild index ff723541191c..399b88a11f2f 100644 --- a/dev-python/pastedeploy/pastedeploy-1.3.3.ebuild +++ b/dev-python/pastedeploy/pastedeploy-1.3.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/pastedeploy/pastedeploy-1.3.3.ebuild,v 1.7 2010/06/26 04:41:35 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.3.3.ebuild,v 1.8 2010/06/27 23:09:47 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -21,8 +21,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="doc test" -RDEPEND="" -DEPEND="dev-python/setuptools +RDEPEND="dev-python/paste + dev-python/setuptools" +DEPEND="${RDEPEND} doc? ( dev-python/pygments dev-python/sphinx )" RESTRICT_PYTHON_ABIS="3.*" |