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

dev-python/send2trash/send2trash-1.3.0.ebuild

index b6c350322cfaa60b3455e158b2789a9f3f74789b..f61666e66ed0559bf7a4bb36bd357644aa17abac 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_{4,5}} pypy )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
 
 inherit distutils-r1