diff options
Diffstat (limited to 'dev-python/paste/paste-1.7.2.ebuild')
-rw-r--r-- | dev-python/paste/paste-1.7.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/paste/paste-1.7.2.ebuild b/dev-python/paste/paste-1.7.2.ebuild index dfb79ee8dbf8..b16066311286 100644 --- a/dev-python/paste/paste-1.7.2.ebuild +++ b/dev-python/paste/paste-1.7.2.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/paste/paste-1.7.2.ebuild,v 1.6 2010/06/26 03:18:58 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild,v 1.7 2010/06/26 03:38:16 sping Exp $ EAPI="2" PYTHON_DEPEND="2" @@ -25,7 +25,7 @@ RDEPEND="flup? ( dev-python/flup ) openid? ( dev-python/python-openid )" DEPEND="${RDEPEND} dev-python/setuptools - doc? ( dev-python/pudge dev-python/buildutils dev-python/flup )" + doc? ( dev-python/pudge dev-python/buildutils )" RESTRICT_PYTHON_ABIS="3.*" S="${WORKDIR}/${MY_P}" |