games-misc/ponysay: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 18:53:32 +0000 (20:53 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 19:04:10 +0000 (21:04 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

games-misc/ponysay/ponysay-3.0.2.ebuild

index ae7e8c164e170c154387d8a715fe89778650a290..f71db68ff6b66b6317cfb54e1c70e253409aca0a 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 inherit bash-completion-r1 python-single-r1
 
 DESCRIPTION="cowsay reimplemention for ponies"