summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-08-16 20:42:09 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-08-16 20:42:09 +0000
commite5816c7041f45742baee4b821f71ede981386644 (patch)
tree8d0209f54f8edbf4ad7e7f0d16e025fb901b4af6 /dev-python/cgkit/cgkit-2.0.0_alpha8.ebuild
parentVersion bump. Set SUPPORT_PYTHON_ABIS. (diff)
downloadgentoo-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/cgkit-2.0.0_alpha8.ebuild')
-rw-r--r--dev-python/cgkit/cgkit-2.0.0_alpha8.ebuild6
1 files changed, 4 insertions, 2 deletions
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() {