From 74b64ca75fca48fbd76b1ccee0f4ea07ab9e8a3e 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. --- package-cache-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-cache-9999.ebuild b/package-cache-9999.ebuild index 540a5f2..42a8cda 100644 --- a/package-cache-9999.ebuild +++ b/package-cache-9999.ebuild @@ -3,7 +3,7 @@ # $Header: $ EAPI="5" -PYTHON_COMPAT=( python3_3 ) +PYTHON_COMPAT=( python{3_3,3_4} ) inherit distutils-r1 user -- 2.26.2