From: Zac Medico Date: Thu, 9 Feb 2017 23:46:18 +0000 (-0800) Subject: dev-python/appdirs: PYTHON_COMPAT: add python3_6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2a0366dd5b54bb7147ebcda986ca97013cd597f1;p=gentoo.git dev-python/appdirs: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-python/appdirs/appdirs-1.4.0-r1.ebuild b/dev-python/appdirs/appdirs-1.4.0-r1.ebuild index a7f05b8fa60f..c08f9c036eef 100644 --- a/dev-python/appdirs/appdirs-1.4.0-r1.ebuild +++ b/dev-python/appdirs/appdirs-1.4.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/appdirs/appdirs-1.4.0.ebuild b/dev-python/appdirs/appdirs-1.4.0.ebuild index 37eab7f7c763..f096843cd245 100644 --- a/dev-python/appdirs/appdirs-1.4.0.ebuild +++ b/dev-python/appdirs/appdirs-1.4.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/appdirs/appdirs-1.4.1.ebuild b/dev-python/appdirs/appdirs-1.4.1.ebuild index 0b55e08b951c..e02ab79d373b 100644 --- a/dev-python/appdirs/appdirs-1.4.1.ebuild +++ b/dev-python/appdirs/appdirs-1.4.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1