commit: aa87dbf5b1751971cc28473f0ede3cb275daa1b7
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 08:08:40 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 08:17:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa87dbf5
dev-python/plyvel: add python3.6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-python/plyvel/plyvel-0.9.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/plyvel/plyvel-0.9.ebuild
b/dev-python/plyvel/plyvel-0.9.ebuild
index ce2e392a5bb..cb3f4cd0ce2 100644
--- a/dev-python/plyvel/plyvel-0.9.ebuild
+++ b/dev-python/plyvel/plyvel-0.9.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=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1