From 5e32194b9ef89e2551132ddeb2ed6fae47fdef70 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Sat, 10 Nov 2018 20:58:46 +0100 Subject: [PATCH] dev-python/cheroot: drop pypy support Dependency dev-python/portend has dropped pypy support in commit 7188214f13810338f596dfa2f338abb7e8e24240. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann --- dev-python/cheroot/cheroot-6.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cheroot/cheroot-6.0.0-r1.ebuild b/dev-python/cheroot/cheroot-6.0.0-r1.ebuild index dbb0b38f70d35..8c5c6283880e0 100644 --- a/dev-python/cheroot/cheroot-6.0.0-r1.ebuild +++ b/dev-python/cheroot/cheroot-6.0.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy3 ) inherit distutils-r1