summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-24 19:03:45 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-24 19:24:21 +0200
commit5dcd364e2798a739f341b259d92ac765d8049503 (patch)
treef05568f3cc69598045bf36cd1b2950d8060db12b /dev-python/pyrqlite
parentdev-python/pypowervm: Support python3.6 (diff)
downloadgentoo-5dcd364e2798a739f341b259d92ac765d8049503.tar.gz
gentoo-5dcd364e2798a739f341b259d92ac765d8049503.tar.bz2
gentoo-5dcd364e2798a739f341b259d92ac765d8049503.zip
dev-python/pyrqlite: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/pyrqlite')
-rw-r--r--dev-python/pyrqlite/pyrqlite-2.0.ebuild2
-rw-r--r--dev-python/pyrqlite/pyrqlite-9999.ebuild2
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 a44040325ab9..b3eddd54cb3e 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 f9ed2ca2f640..0ead7f8d41c6 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