app-arch/patool: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 16:47:52 +0000 (18:47 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 17:15:32 +0000 (19:15 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

app-arch/patool/patool-1.12.ebuild

index e85af20eba83a1d5723ddfb5081ab428d71a1f3f..49aba770e2b758d6c62eee1c3edfa3767f9099e4 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