dev-util/cram: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 18:38:16 +0000 (20:38 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 18:46:17 +0000 (20:46 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-util/cram/cram-0.7.ebuild

index 3c164062131b9127d7fe20e40081c169c74dcd06..df20e57066295ffd0ef5d3ef3bb69f254e0b129f 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 
 inherit distutils-r1