diff options
Diffstat (limited to 'dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild')
-rw-r--r-- | dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild index 0e5356269133..5f40b4be8b6e 100644 --- a/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild +++ b/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild,v 1.1 2013/03/20 07:12:32 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild,v 1.2 2013/05/22 02:47:45 patrick Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +# python 3_3 has to wait on socketpool +PYTHON_COMPAT=( python{2_6,2_7,3_2} ) # this looks quite unpossible to run RESTRICT="test" |