diff options
author | 2012-05-06 17:39:31 +0000 | |
---|---|---|
committer | 2012-05-06 17:39:31 +0000 | |
commit | ade3d6035c3a7c44deb1e45b9122347e5b35fb8f (patch) | |
tree | 4ae696d8d8502065655c6c6a6119b2be1ed9e540 /dev-python/reportlab/ChangeLog | |
parent | ia64 stable wrt #399963 (diff) | |
download | historical-ade3d6035c3a7c44deb1e45b9122347e5b35fb8f.tar.gz historical-ade3d6035c3a7c44deb1e45b9122347e5b35fb8f.tar.bz2 historical-ade3d6035c3a7c44deb1e45b9122347e5b35fb8f.zip |
Fix implicit declaration of PyArg_NoArgs when building against PyPy.
Patch ported from sed statement in Progress overlay by Ian Delaney.
Package-Manager: portage-2.2.0_alpha101/cvs/Linux x86_64
Diffstat (limited to 'dev-python/reportlab/ChangeLog')
-rw-r--r-- | dev-python/reportlab/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/dev-python/reportlab/ChangeLog b/dev-python/reportlab/ChangeLog index ad75f18be498..29af0dab90e1 100644 --- a/dev-python/reportlab/ChangeLog +++ b/dev-python/reportlab/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-python/reportlab # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.79 2012/02/22 07:18:29 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.80 2012/05/06 17:39:31 floppym Exp $ + +*reportlab-2.5-r1 (06 May 2012) + + 06 May 2012; Mike Gilbert <floppym@gentoo.org> + +files/reportlab-2.5-pypy-implicit-PyArg_NoArgs.patch, + +reportlab-2.5-r1.ebuild: + Fix implicit declaration of PyArg_NoArgs when building against PyPy. Patch + ported from sed statement in Progress overlay by Ian Delaney. 22 Feb 2012; Patrick Lauer <patrick@gentoo.org> reportlab-2.5.ebuild: Restricting jython |