dev-python/empy: Add pypy3 support
authorAlexis Ballier <aballier@gentoo.org>
Thu, 23 Feb 2017 09:34:28 +0000 (10:34 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Thu, 23 Feb 2017 09:44:52 +0000 (10:44 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/empy/empy-3.3.2.ebuild

index 2ffce339eccd6b71ef59c2579d0073019fc56e20..d70cde7110c259ff0d01985086a403daa3f4fb17 100644 (file)
@@ -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