diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-05-28 00:12:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-05-28 00:12:51 +0000 |
commit | 390bc7453392aa2c9f7eb3ec472a1951148a3e77 (patch) | |
tree | e66d0288617db74a7fd5fa34d0afee4a519e23ef /dev-python/scrapy | |
parent | whitespace (diff) | |
download | gentoo-2-390bc7453392aa2c9f7eb3ec472a1951148a3e77.tar.gz gentoo-2-390bc7453392aa2c9f7eb3ec472a1951148a3e77.tar.bz2 gentoo-2-390bc7453392aa2c9f7eb3ec472a1951148a3e77.zip |
whitespace
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/scrapy')
-rw-r--r-- | dev-python/scrapy/scrapy-0.14.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/scrapy/scrapy-0.14.4.ebuild b/dev-python/scrapy/scrapy-0.14.4.ebuild index b603b59a4d91..f1958753d8f1 100644 --- a/dev-python/scrapy/scrapy-0.14.4.ebuild +++ b/dev-python/scrapy/scrapy-0.14.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.14.4.ebuild,v 1.1 2012/05/27 18:25:36 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.14.4.ebuild,v 1.2 2012/05/28 00:12:51 mr_bones_ Exp $ EAPI="4" @@ -56,8 +56,8 @@ src_compile() { src_test() { testing() { - # PYTHOPATH should be build-$PYTHON_ABI/lib, but causes a test fail. - # Not all content is copied across to build-$PYTHON_ABI/lib, and + # PYTHOPATH should be build-$PYTHON_ABI/lib, but causes a test fail. + # Not all content is copied across to build-$PYTHON_ABI/lib, and # PYTHONPATH again requires an abs path. echo PYTHONPATH="${PWD}" bin/runtests.sh PYTHONPATH="${PWD}"/ bin/runtests.sh |