From: Pacho Ramos Date: Mon, 24 Apr 2017 09:21:02 +0000 (+0200) Subject: dev-util/cdiff: Support newer python X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=415b5d9817601d33b62bcb0d46f9e8d32647d425;p=gentoo.git dev-util/cdiff: Support newer python Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/dev-util/cdiff/cdiff-0.9.8.ebuild b/dev-util/cdiff/cdiff-0.9.8.ebuild index 31fe9df52efd..31675e637692 100644 --- a/dev-util/cdiff/cdiff-0.9.8.ebuild +++ b/dev-util/cdiff/cdiff-0.9.8.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=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1