From: Pacho Ramos Date: Wed, 12 Jul 2017 08:36:11 +0000 (+0200) Subject: dev-python/python-bugzilla: Support newer python X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ce720eef7441ccd7192d50f4a88ba6bed3005d44;p=gentoo.git dev-python/python-bugzilla: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- diff --git a/dev-python/python-bugzilla/python-bugzilla-1.2.2.ebuild b/dev-python/python-bugzilla/python-bugzilla-1.2.2.ebuild index 0b6179314267..745efac36a7d 100644 --- a/dev-python/python-bugzilla/python-bugzilla-1.2.2.ebuild +++ b/dev-python/python-bugzilla/python-bugzilla-1.2.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1