diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 22:00:58 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 22:32:27 +0200 |
commit | 8aab6f5ec193085ac52c2f05211547d3d99a9134 (patch) | |
tree | 38d398982bbea442a97bc2aedf7b0f41cfd34dfe /dev-python/PyDbLite | |
parent | dev-python/Numdifftools: Support python3.6 (diff) | |
download | gentoo-8aab6f5ec193085ac52c2f05211547d3d99a9134.tar.gz gentoo-8aab6f5ec193085ac52c2f05211547d3d99a9134.tar.bz2 gentoo-8aab6f5ec193085ac52c2f05211547d3d99a9134.zip |
dev-python/PyDbLite: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-python/PyDbLite')
-rw-r--r-- | dev-python/PyDbLite/PyDbLite-3.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild b/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild index 66b291f01bf5..3891dfb4e406 100644 --- a/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild +++ b/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3) inherit distutils-r1 |