From 8aab6f5ec193085ac52c2f05211547d3d99a9134 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 27 Jun 2018 22:00:58 +0200 Subject: [PATCH] dev-python/PyDbLite: Support python3.6 Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- dev-python/PyDbLite/PyDbLite-3.0.4.ebuild | 4 ++-- 1 file 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 66b291f01bf54..3891dfb4e4068 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