dev-python/progressbar: Add python3_5 support
authorDavid Seifert <soap@gentoo.org>
Sun, 27 Mar 2016 20:23:22 +0000 (22:23 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 27 Mar 2016 20:26:19 +0000 (22:26 +0200)
Package-Manager: portage-2.2.28

dev-python/progressbar/progressbar-2.3-r1.ebuild

index bba559f9e854d041825a5cf40927a243e5a1a938..58a4c19a4f58f1cf94f3856f732c591510178448 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
 
 inherit distutils-r1