commit: 30cde42da94f3c296fa5edc249a41e3b12911cc7
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 23:19:19 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue May 16 23:19:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cde42d
dev-python/minidb: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/minidb/minidb-2.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/minidb/minidb-2.0.2.ebuild
b/dev-python/minidb/minidb-2.0.2.ebuild
index 73bbc42ce04..c99962ef184 100644
--- a/dev-python/minidb/minidb-2.0.2.ebuild
+++ b/dev-python/minidb/minidb-2.0.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1