From 8e004e61631e3675387a61ca8b9771fa8325c37b Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 9 Nov 2015 12:34:45 +0100 Subject: [PATCH] dev-python/simplejson: Add python3.5 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/simplejson/simplejson-3.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/simplejson/simplejson-3.8.1.ebuild b/dev-python/simplejson/simplejson-3.8.1.ebuild index f56e95d7399fa..2f7937a518dd0 100644 --- a/dev-python/simplejson/simplejson-3.8.1.ebuild +++ b/dev-python/simplejson/simplejson-3.8.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 flag-o-matic