From 4eae3e10b131d89fbb7ef883d0863dae7d9ec03f Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Mon, 29 May 2017 12:13:11 +0200 Subject: dev-python/deform: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-python/deform/deform-0.9.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python') diff --git a/dev-python/deform/deform-0.9.9.ebuild b/dev-python/deform/deform-0.9.9.ebuild index b268466f0861..98d8c81fdab6 100644 --- a/dev-python/deform/deform-0.9.9.ebuild +++ b/dev-python/deform/deform-0.9.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 DESCRIPTION="Another form generation library" -- cgit v1.2.3-65-gdbad