From: Tim Harder Date: Mon, 27 Feb 2017 01:38:10 +0000 (-0500) Subject: dev-util/pkgcheck: add py36 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=608c5dc1aac7fd43676c4a5fd9274eefae8c96d5;p=gentoo.git dev-util/pkgcheck: add py36 support --- diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild index ef4c7be9aee3..a4ed7362bef8 100644 --- a/dev-util/pkgcheck/pkgcheck-9999.ebuild +++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) DISTUTILS_IN_SOURCE_BUILD=1 inherit distutils-r1