From c67bf934da4fa3f9408a15d09955c40e8e71ec5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 3 Jan 2018 10:00:09 +0100 Subject: [PATCH] dev-python/fields: Tested on pypy3 --- dev-python/fields/fields-5.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/fields/fields-5.0.0.ebuild b/dev-python/fields/fields-5.0.0.ebuild index f9032a554d890..963fa32d3f22d 100644 --- a/dev-python/fields/fields-5.0.0.ebuild +++ b/dev-python/fields/fields-5.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} ) +PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} pypy{,3} ) inherit distutils-r1 DESCRIPTION="Container class boilerplate killer"