From 1847d75f2f3f41a8cbc5db0898ff31ebb0d50968 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 11 Feb 2017 22:07:25 -0800 Subject: [PATCH] dev-python/pycurl: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-python/pycurl/pycurl-7.43.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pycurl/pycurl-7.43.0.ebuild b/dev-python/pycurl/pycurl-7.43.0.ebuild index ecdfcdbc4a8e6..4c88d046ad364 100644 --- a/dev-python/pycurl/pycurl-7.43.0.ebuild +++ b/dev-python/pycurl/pycurl-7.43.0.ebuild @@ -5,7 +5,7 @@ EAPI=5 # The selftests fail with pypy, and urlgrabber segfaults for me. -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1