summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-05-01 08:35:12 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-05-01 08:35:12 +0000
commit3678673903d8aa475a94b296d17ab43c233cfacd (patch)
treeb133a721e2735d4a086ce107e7ae04ca8a25cd36 /dev-python/jinja/ChangeLog
parentAdd build dep on xz-utils and sort configure lines. (diff)
downloadgentoo-2-3678673903d8aa475a94b296d17ab43c233cfacd.tar.gz
gentoo-2-3678673903d8aa475a94b296d17ab43c233cfacd.tar.bz2
gentoo-2-3678673903d8aa475a94b296d17ab43c233cfacd.zip
Fix building docs with python3 wrt #410873 by Ian Abbott <ian@abbott.org>. Thanks to Arfrever and Ian Delaney for solution and patch respectively. Drop old
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/jinja/ChangeLog')
-rw-r--r--dev-python/jinja/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-python/jinja/ChangeLog b/dev-python/jinja/ChangeLog
index 141869135657..e5998f4c15a3 100644
--- a/dev-python/jinja/ChangeLog
+++ b/dev-python/jinja/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/jinja
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/ChangeLog,v 1.58 2012/03/10 17:48:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/ChangeLog,v 1.59 2012/05/01 08:35:11 xarthisius Exp $
+
+ 01 May 2012; Kacper Kowalik <xarthisius@gentoo.org> -jinja-2.5.5.ebuild,
+ jinja-2.6.ebuild:
+ Fix building docs with python3 wrt #410873 by Ian Abbott <ian@abbott.org>.
+ Thanks to Arfrever and Ian Delaney for solution and patch respectively. Drop
+ old
10 Mar 2012; Justin Lecher <jlec@gentoo.org> jinja-2.6.ebuild, metadata.xml:
Move to EAPI=4 and import pypy fixes from progress overlay, thanks Arfrever