From 22d906ead20f07c4d3824b22d430432bb1fa334b Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 28 Nov 2010 21:07:28 +0000 Subject: Add a space to work around a bug in Jython. (Portage version: 2.2.0_alpha6/cvs/Linux x86_64) --- dev-python/mechanize/mechanize-0.2.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/mechanize') 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 } -- cgit v1.2.3-65-gdbad