From bd864526c7a56b4898651a26656fd101f964dd0b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 17 Apr 2014 17:28:48 -0700 Subject: [PATCH] Bump package compatibility to Python 3.4 For all the Python-3-compatible packages: * dev-python/ipython-irc * dev-python/ipythonblocks * dev-python/wheel * dev-util/update-copyright * net-proxy/package-cache I've installed all of these locally with 3.4, and they seem to work. --- ipython-irc-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipython-irc-9999.ebuild b/ipython-irc-9999.ebuild index 8b29cb0..0b202b4 100644 --- a/ipython-irc-9999.ebuild +++ b/ipython-irc-9999.ebuild @@ -3,7 +3,7 @@ # $Header: $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) inherit distutils-r1 -- 2.26.2