net-misc/httpie: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 14:58:01 +0000 (16:58 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 16:32:42 +0000 (18:32 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

net-misc/httpie/httpie-0.9.9.ebuild

index 0dc159e574638e08bb72be4d91ebe99295843628..437c7beb31ea63663a1509ff2ec865dbbfa5c351 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=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5,3_6} )
 
 inherit distutils-r1