diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2006-09-20 17:25:11 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2006-09-20 17:25:11 +0000 |
commit | 5a96b132b9eab466d5e4c44221fbd268efea24e1 (patch) | |
tree | 8c5506d22ded4700479fbb1b1d3d6a7e061e89a1 /dev-python/logilab-common/logilab-common-0.15.0.ebuild | |
parent | Use new glproto for eye candy to work properly. (diff) | |
download | gentoo-2-5a96b132b9eab466d5e4c44221fbd268efea24e1.tar.gz gentoo-2-5a96b132b9eab466d5e4c44221fbd268efea24e1.tar.bz2 gentoo-2-5a96b132b9eab466d5e4c44221fbd268efea24e1.zip |
Fix import from future error with Python 2.5
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'dev-python/logilab-common/logilab-common-0.15.0.ebuild')
-rw-r--r-- | dev-python/logilab-common/logilab-common-0.15.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/logilab-common/logilab-common-0.15.0.ebuild b/dev-python/logilab-common/logilab-common-0.15.0.ebuild index d131459dba3e..c49b82361812 100644 --- a/dev-python/logilab-common/logilab-common-0.15.0.ebuild +++ b/dev-python/logilab-common/logilab-common-0.15.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.15.0.ebuild,v 1.2 2006/08/02 03:23:29 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.15.0.ebuild,v 1.3 2006/09/20 17:25:11 pythonhead Exp $ inherit distutils @@ -26,6 +26,7 @@ src_unpack() { # the permissions for this file are 400 in the tarball for no # obvious reason chmod 444 test/data/noendingnewline.py || die "chmod failed" + epatch "${FILESDIR}/${PN}-setup.py.patch" } src_install() { |