From: Manuel RĂ¼ger Date: Tue, 16 May 2017 20:05:06 +0000 (+0200) Subject: dev-python/schedule: Add python3_6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1961f91b9caca335028b0d8a893f324a547222b1;p=gentoo.git dev-python/schedule: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/dev-python/schedule/schedule-0.4.2.ebuild b/dev-python/schedule/schedule-0.4.2.ebuild index 7a9b54c19d60..121233ddb8e6 100644 --- a/dev-python/schedule/schedule-0.4.2.ebuild +++ b/dev-python/schedule/schedule-0.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python{3_4,3_5} ) +PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="Python job scheduling for humans"