summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/paste/ChangeLog5
-rw-r--r--dev-python/paste/paste-1.7.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/paste/ChangeLog b/dev-python/paste/ChangeLog
index 3e2fb219fe19..c9c0f99f81fa 100644
--- a/dev-python/paste/ChangeLog
+++ b/dev-python/paste/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/paste
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.9 2010/06/26 03:18:58 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.10 2010/06/26 03:38:16 sping Exp $
+
+ 26 Jun 2010; Sebastian Pipping <sping@gentoo.org> paste-1.7.2.ebuild:
+ Revert previous commit, shooting too fast, sorry
26 Jun 2010; Sebastian Pipping <sping@gentoo.org> paste-1.7.2.ebuild:
Make USE="doc -flup" require flup, too (bug #318757)
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}"