commit: 5dcd364e2798a739f341b259d92ac765d8049503
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 17:03:45 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 17:24:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dcd364e
dev-python/pyrqlite: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/pyrqlite/pyrqlite-2.0.ebuild | 2 +-
dev-python/pyrqlite/pyrqlite-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pyrqlite/pyrqlite-2.0.ebuild
b/dev-python/pyrqlite/pyrqlite-2.0.ebuild
index a44040325ab..b3eddd54cb3 100644
--- a/dev-python/pyrqlite/pyrqlite-2.0.ebuild
+++ b/dev-python/pyrqlite/pyrqlite-2.0.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,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
inherit distutils-r1
diff --git a/dev-python/pyrqlite/pyrqlite-9999.ebuild
b/dev-python/pyrqlite/pyrqlite-9999.ebuild
index f9ed2ca2f64..0ead7f8d41c 100644
--- a/dev-python/pyrqlite/pyrqlite-9999.ebuild
+++ b/dev-python/pyrqlite/pyrqlite-9999.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,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
inherit distutils-r1