commit: 96c1d8947d9d036bfd1509ce2aab5bb27dc8a224 Author: Horea Christian <horea.christ <AT> yandex <DOT> com> AuthorDate: Sun Apr 8 20:08:48 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Apr 20 06:53:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c1d894
dev-python/seaborn: bumped Python support Closes: https://github.com/gentoo/gentoo/pull/7891 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/seaborn/seaborn-0.7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/seaborn/seaborn-0.7.1.ebuild b/dev-python/seaborn/seaborn-0.7.1.ebuild index 1145719eec4..a68f486d95e 100644 --- a/dev-python/seaborn/seaborn-0.7.1.ebuild +++ b/dev-python/seaborn/seaborn-0.7.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1 virtualx
