From: Alexis Ballier Date: Thu, 23 Feb 2017 09:34:28 +0000 (+0100) Subject: dev-python/empy: Add pypy3 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c922cd3899ba98286bb557f54fa410cc42ccc63a;p=gentoo.git dev-python/empy: Add pypy3 support Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-python/empy/empy-3.3.2.ebuild b/dev-python/empy/empy-3.3.2.ebuild index 2ffce339eccd..d70cde7110c2 100644 --- a/dev-python/empy/empy-3.3.2.ebuild +++ b/dev-python/empy/empy-3.3.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} ) inherit distutils-r1