diff options
-rw-r--r-- | dev-python/python-fastcgi/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/python-fastcgi/python-fastcgi-1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/python-fastcgi/ChangeLog b/dev-python/python-fastcgi/ChangeLog index b049ae86094a..fee0fea0ab75 100644 --- a/dev-python/python-fastcgi/ChangeLog +++ b/dev-python/python-fastcgi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/python-fastcgi -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fastcgi/ChangeLog,v 1.3 2010/07/08 18:04:18 arfrever Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fastcgi/ChangeLog,v 1.4 2012/02/22 07:57:33 patrick Exp $ + + 22 Feb 2012; Patrick Lauer <patrick@gentoo.org> python-fastcgi-1.1.ebuild: + Restricting jython 08 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> python-fastcgi-1.1.ebuild: diff --git a/dev-python/python-fastcgi/python-fastcgi-1.1.ebuild b/dev-python/python-fastcgi/python-fastcgi-1.1.ebuild index 9e2a2d399a06..24a5c700b51d 100644 --- a/dev-python/python-fastcgi/python-fastcgi-1.1.ebuild +++ b/dev-python/python-fastcgi/python-fastcgi-1.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2010 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/python-fastcgi/python-fastcgi-1.1.ebuild,v 1.3 2010/12/26 15:28:31 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fastcgi/python-fastcgi-1.1.ebuild,v 1.4 2012/02/22 07:57:33 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils eutils |