diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-08-16 20:42:09 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-08-16 20:42:09 +0000 |
commit | e5816c7041f45742baee4b821f71ede981386644 (patch) | |
tree | 8d0209f54f8edbf4ad7e7f0d16e025fb901b4af6 /dev-python/cgkit | |
parent | Version bump. Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-e5816c7041f45742baee4b821f71ede981386644.tar.gz gentoo-2-e5816c7041f45742baee4b821f71ede981386644.tar.bz2 gentoo-2-e5816c7041f45742baee4b821f71ede981386644.zip |
Fix syntax for compatibility with Python 2.6 (bug #281417).
(Portage version: 14070-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/cgkit')
-rw-r--r-- | dev-python/cgkit/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/cgkit/cgkit-2.0.0_alpha8.ebuild | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-python/cgkit/ChangeLog b/dev-python/cgkit/ChangeLog index 52fe6d9ad226..4f348dc2cf60 100644 --- a/dev-python/cgkit/ChangeLog +++ b/dev-python/cgkit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/cgkit -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.24 2008/08/06 20:30:42 neurogeek Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.25 2009/08/16 20:42:09 arfrever Exp $ + + 16 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + cgkit-2.0.0_alpha8.ebuild: + Fix syntax for compatibility with Python 2.6 (bug #281417). 06 Aug 2008; Jesus Rivero <neurogeek@gentoo.org> metadata.xml: add GLEP 56 USE flag desc from use.local.desc diff --git a/dev-python/cgkit/cgkit-2.0.0_alpha8.ebuild b/dev-python/cgkit/cgkit-2.0.0_alpha8.ebuild index bc924769b9ee..450fa0429440 100644 --- a/dev-python/cgkit/cgkit-2.0.0_alpha8.ebuild +++ b/dev-python/cgkit/cgkit-2.0.0_alpha8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha8.ebuild,v 1.3 2008/05/22 20:46:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha8.ebuild,v 1.4 2009/08/16 20:42:09 arfrever Exp $ inherit distutils flag-o-matic @@ -47,6 +47,8 @@ src_unpack() { #fi sed -i -e "s:INC_DIRS = \[\]:INC_DIRS = \['/usr/include'\]:" "${S}"/setup.py + + sed -i -e "160s/as/as_/;168s/as/as_/" cgkit/flockofbirds.py } src_compile() { |