commit: 31b22dd4c13cee38a6bca00cc255611d12558cfd Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Dec 23 18:20:31 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Dec 23 18:20:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b22dd4
dev-python/python-systemd: add python3_6 Package-Manager: Portage-2.3.19_p2, Repoman-2.3.6_p36 dev-python/python-systemd/python-systemd-233.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-systemd/python-systemd-233.ebuild b/dev-python/python-systemd/python-systemd-233.ebuild index 080d0a4a9fe..0f7da4e87a0 100644 --- a/dev-python/python-systemd/python-systemd-233.ebuild +++ b/dev-python/python-systemd/python-systemd-233.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1