From: Zac Medico Date: Mon, 13 Feb 2017 09:30:58 +0000 (-0800) Subject: dev-python/yarl: PYTHON_COMPAT: add python3_6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3a18509068de42ca579b7826f83e8e2e008e025c;p=gentoo.git dev-python/yarl: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-python/yarl/yarl-0.8.1.ebuild b/dev-python/yarl/yarl-0.8.1.ebuild index 260259aa619a..619da026bd9c 100644 --- a/dev-python/yarl/yarl-0.8.1.ebuild +++ b/dev-python/yarl/yarl-0.8.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=6 -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1