From: W. Trevor King Date: Fri, 18 Apr 2014 00:28:48 +0000 (-0700) Subject: Bump package compatibility to Python 3.4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bd864526c7a56b4898651a26656fd101f964dd0b;p=wtk-overlay.git 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. --- 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