diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-27 23:09:47 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-27 23:09:47 +0000 |
commit | 751654b86b585431f23b49346aa19f6320e1d182 (patch) | |
tree | 590aa70011b0e2a4e3a40bb561e2b85a2b2a33d4 /dev-python/pastedeploy | |
parent | x86 stable, bug 322791 (diff) | |
download | gentoo-2-751654b86b585431f23b49346aa19f6320e1d182.tar.gz gentoo-2-751654b86b585431f23b49346aa19f6320e1d182.tar.bz2 gentoo-2-751654b86b585431f23b49346aa19f6320e1d182.zip |
Fix dependencies.
(Portage version: 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.*" |