diff options
author | 2009-01-20 22:44:25 +0000 | |
---|---|---|
committer | 2009-01-20 22:44:25 +0000 | |
commit | 96ef7e96c40d0de5aaca3bf617f96058747015c2 (patch) | |
tree | 86c93aeff22a96d5e3145adbe96376ad278bf9f2 /dev-python/lxml | |
parent | whitespace (diff) | |
download | gentoo-2-96ef7e96c40d0de5aaca3bf617f96058747015c2.tar.gz gentoo-2-96ef7e96c40d0de5aaca3bf617f96058747015c2.tar.bz2 gentoo-2-96ef7e96c40d0de5aaca3bf617f96058747015c2.zip |
whitespace
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'dev-python/lxml')
-rw-r--r-- | dev-python/lxml/lxml-2.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/lxml/lxml-2.1.5.ebuild b/dev-python/lxml/lxml-2.1.5.ebuild index 322a6b964b3c..c4414f657e81 100644 --- a/dev-python/lxml/lxml-2.1.5.ebuild +++ b/dev-python/lxml/lxml-2.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-2.1.5.ebuild,v 1.1 2009/01/20 13:37:39 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-2.1.5.ebuild,v 1.2 2009/01/20 22:44:25 mr_bones_ Exp $ NEED_PYTHON="2.3" @@ -26,7 +26,7 @@ src_unpack() { # Use cython instead of own bundled version of pyrex epatch "${FILESDIR}/${PN}-2.0.3-no-fake-pyrex.patch" - # Patch for xpath/unicode test. This test fails + # Patch for xpath/unicode test. This test fails epatch "${FILESDIR}/${P}_unicode_test.patch" } |