diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-28 21:07:28 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-28 21:07:28 +0000 |
commit | 22d906ead20f07c4d3824b22d430432bb1fa334b (patch) | |
tree | 03d0b2ee05ad1a215ef774b36136adea880833dd /dev-python/mechanize | |
parent | Do not try to install directories with doins. (diff) | |
download | gentoo-2-22d906ead20f07c4d3824b22d430432bb1fa334b.tar.gz gentoo-2-22d906ead20f07c4d3824b22d430432bb1fa334b.tar.bz2 gentoo-2-22d906ead20f07c4d3824b22d430432bb1fa334b.zip |
Add a space to work around a bug in Jython.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/mechanize')
-rw-r--r-- | dev-python/mechanize/mechanize-0.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mechanize/mechanize-0.2.4.ebuild b/dev-python/mechanize/mechanize-0.2.4.ebuild index f0596d0dff82..fac97487fbcc 100644 --- a/dev-python/mechanize/mechanize-0.2.4.ebuild +++ b/dev-python/mechanize/mechanize-0.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.4.ebuild,v 1.1 2010/10/30 05:03:33 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.4.ebuild,v 1.2 2010/11/28 21:07:28 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -26,7 +26,7 @@ DOCS="docs/*.txt" src_test() { testing() { # Ignore warnings (http://github.com/jjlee/mechanize/issues/issue/13). - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" -Wignore test.py + PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" -W ignore test.py } python_execute_function testing } |