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, 2 insertions, 3 deletions
diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild index 5f40b4be8b6e..3b1b51fae5e1 100644 --- a/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild +++ b/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild @@ -1,11 +1,10 @@ # 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.2 2013/05/22 02:47:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild,v 1.3 2013/05/22 06:42:33 patrick Exp $ EAPI=5 -# python 3_3 has to wait on socketpool -PYTHON_COMPAT=( python{2_6,2_7,3_2} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) # this looks quite unpossible to run RESTRICT="test" |