From 28b794bd6a1e7e3bb03a99f8b0d5295ad8f8f6be Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Fri, 5 Feb 2016 20:13:07 +0100 Subject: [PATCH] dev-python/jsonschema: Add pypy3 support Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher --- dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild b/dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild index 8985260f8078e..74954a18bad10 100644 --- a/dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild +++ b/dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1