diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-06 18:10:18 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-06 18:10:18 +0000 |
commit | a4012f63b9557ef5e3882626dd1cd5561afcec86 (patch) | |
tree | d41ad8a0f1f5eccfa9f877f4ea4031dd59a8024b /dev-python/urlgrabber | |
parent | Use Python 2 (bug #308313). (diff) | |
download | gentoo-2-a4012f63b9557ef5e3882626dd1cd5561afcec86.tar.gz gentoo-2-a4012f63b9557ef5e3882626dd1cd5561afcec86.tar.bz2 gentoo-2-a4012f63b9557ef5e3882626dd1cd5561afcec86.zip |
Restrict Jython ABIs.
(Portage version: 2.2.0_alpha29_p10/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/urlgrabber')
-rw-r--r-- | dev-python/urlgrabber/urlgrabber-3.9.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/urlgrabber/urlgrabber-3.9.1-r1.ebuild b/dev-python/urlgrabber/urlgrabber-3.9.1-r1.ebuild index c13d8c5ed3b2..294bddc15d69 100644 --- a/dev-python/urlgrabber/urlgrabber-3.9.1-r1.ebuild +++ b/dev-python/urlgrabber/urlgrabber-3.9.1-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/urlgrabber-3.9.1-r1.ebuild,v 1.1 2011/04/06 18:00:57 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/urlgrabber-3.9.1-r1.ebuild,v 1.2 2011/04/06 18:10:18 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 3.*" +RESTRICT_PYTHON_ABIS="2.4 3.* *-jython" -inherit distutils eutils python +inherit distutils eutils DESCRIPTION="Python module for downloading files" HOMEPAGE="http://urlgrabber.baseurl.org" |