summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/paste')
-rw-r--r--dev-python/paste/ChangeLog7
-rw-r--r--dev-python/paste/paste-1.7.2.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/paste/ChangeLog b/dev-python/paste/ChangeLog
index e646a9b6fbef..3e2fb219fe19 100644
--- a/dev-python/paste/ChangeLog
+++ b/dev-python/paste/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/paste
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.8 2009/12/20 20:25:12 arfrever Exp $
+# 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 $
+
+ 26 Jun 2010; Sebastian Pipping <sping@gentoo.org> paste-1.7.2.ebuild:
+ Make USE="doc -flup" require flup, too (bug #318757)
20 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
paste-1.7.2.ebuild:
diff --git a/dev-python/paste/paste-1.7.2.ebuild b/dev-python/paste/paste-1.7.2.ebuild
index d18cd371c62f..dfb79ee8dbf8 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.5 2010/02/06 15:44:05 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild,v 1.6 2010/06/26 03:18:58 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 )"
+ doc? ( dev-python/pudge dev-python/buildutils dev-python/flup )"
RESTRICT_PYTHON_ABIS="3.*"
S="${WORKDIR}/${MY_P}"