diff options
Diffstat (limited to 'dev-python/reportlab/reportlab-2.5.ebuild')
-rw-r--r-- | dev-python/reportlab/reportlab-2.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/reportlab/reportlab-2.5.ebuild b/dev-python/reportlab/reportlab-2.5.ebuild index 267f4847f263..af3448d3d94c 100644 --- a/dev-python/reportlab/reportlab-2.5.ebuild +++ b/dev-python/reportlab/reportlab-2.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.5.ebuild,v 1.7 2011/01/07 16:21:06 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.5.ebuild,v 1.8 2012/02/22 07:18:29 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils eutils versionator |