From cc1013df9fab817bea368d4ee1741d775e2cecb8 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 8 Jan 2017 23:44:35 +0200 Subject: [PATCH] dev-python/imagesize: Add pypy and pypy3 impls Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-python/imagesize/imagesize-0.7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/imagesize/imagesize-0.7.1.ebuild b/dev-python/imagesize/imagesize-0.7.1.ebuild index 091dce029bf51..fe168533983b7 100644 --- a/dev-python/imagesize/imagesize-0.7.1.ebuild +++ b/dev-python/imagesize/imagesize-0.7.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python2_7 python{3_4,3_5} pypy{,3} ) inherit distutils-r1