From 56ee63f1e95a4f327072a31b0b9b9752076aaf98 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 28 Dec 2019 17:11:43 +0100 Subject: dev-python/chump: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- dev-python/chump/chump-1.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/chump/chump-1.6.0.ebuild') diff --git a/dev-python/chump/chump-1.6.0.ebuild b/dev-python/chump/chump-1.6.0.ebuild index f2bad783dd2a..f26e09363bd0 100644 --- a/dev-python/chump/chump-1.6.0.ebuild +++ b/dev-python/chump/chump-1.6.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 # PyPy is not properly supported: # https://github.com/karanlyons/chump/issues/17 -PYTHON_COMPAT=( pypy3 python{2_7,3_{5,6,7}} ) +PYTHON_COMPAT=( pypy3 python3_{5,6,7} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad