From: Michał Górny Date: Wed, 30 Nov 2016 13:17:58 +0000 (+0100) Subject: dev-python/bleach: Enable pypy3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=980007694f3bfcc1d97f97199bbef894af6d5ff6;p=gentoo.git dev-python/bleach: Enable pypy3 --- diff --git a/dev-python/bleach/bleach-1.5.0.ebuild b/dev-python/bleach/bleach-1.5.0.ebuild index 5007bf0090bc..a78d52c06263 100644 --- a/dev-python/bleach/bleach-1.5.0.ebuild +++ b/dev-python/bleach/bleach-1.5.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} ) inherit distutils-r1