diff options
author | 2017-05-02 18:45:28 -0700 | |
---|---|---|
committer | 2017-05-02 18:45:53 -0700 | |
commit | 8a11c7aeae3813ea6f78007aa6341fd9ab3ecd89 (patch) | |
tree | fdbf4be73d9f3d89ddf3c71062c5e7a3c2a6a8a2 /dev-python/pymdstat | |
parent | app-emulation/xen: security bump (diff) | |
download | gentoo-8a11c7aeae3813ea6f78007aa6341fd9ab3ecd89.tar.gz gentoo-8a11c7aeae3813ea6f78007aa6341fd9ab3ecd89.tar.bz2 gentoo-8a11c7aeae3813ea6f78007aa6341fd9ab3ecd89.zip |
dev-python/pymdstat: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/pymdstat')
-rw-r--r-- | dev-python/pymdstat/pymdstat-0.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pymdstat/pymdstat-0.4.2.ebuild b/dev-python/pymdstat/pymdstat-0.4.2.ebuild index f974a2094b69..baf1e1bd40ee 100644 --- a/dev-python/pymdstat/pymdstat-0.4.2.ebuild +++ b/dev-python/pymdstat/pymdstat-0.4.2.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 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 ) inherit distutils-r1 |