summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-22 07:57:33 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-22 07:57:33 +0000
commit02988513b9eccb5a990d95ac239d1adaa288152c (patch)
treebfac7815fdcc204bc36a3b9dfdf4ed027c847ee6 /dev-python/python-fastcgi
parentRestricting python stuff properly (diff)
downloadgentoo-2-02988513b9eccb5a990d95ac239d1adaa288152c.tar.gz
gentoo-2-02988513b9eccb5a990d95ac239d1adaa288152c.tar.bz2
gentoo-2-02988513b9eccb5a990d95ac239d1adaa288152c.zip
Restricting jython
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/python-fastcgi')
-rw-r--r--dev-python/python-fastcgi/ChangeLog7
-rw-r--r--dev-python/python-fastcgi/python-fastcgi-1.1.ebuild6
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