summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/wsgiproxy2/ChangeLog5
-rw-r--r--dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/wsgiproxy2/ChangeLog b/dev-python/wsgiproxy2/ChangeLog
index f7a34f5483c2..7651ba05d54b 100644
--- a/dev-python/wsgiproxy2/ChangeLog
+++ b/dev-python/wsgiproxy2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wsgiproxy2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.1 2013/03/20 07:12:32 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.2 2013/05/22 02:47:45 patrick Exp $
+
+ 22 May 2013; Patrick Lauer <patrick@gentoo.org> wsgiproxy2-0.1.ebuild:
+ Remove python 3.3 until socketpool catches up
*wsgiproxy2-0.1 (20 Mar 2013)
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"