dev-util/cdiff: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 24 Apr 2017 09:21:02 +0000 (11:21 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 24 Apr 2017 09:31:15 +0000 (11:31 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-util/cdiff/cdiff-0.9.8.ebuild

index 31fe9df52efd310307faac6a15c3c57ec1d9d240..31675e637692b63608be7345685187ec1cf62c36 100644 (file)
@@ -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