From: Pacho Ramos Date: Tue, 26 Jun 2018 18:53:32 +0000 (+0200) Subject: games-misc/ponysay: Support python3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=eb14f1960ded335d0b79725e4a84e5b95eb13ba3;p=gentoo.git games-misc/ponysay: Support python3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/games-misc/ponysay/ponysay-3.0.2.ebuild b/games-misc/ponysay/ponysay-3.0.2.ebuild index ae7e8c164e17..f71db68ff6b6 100644 --- a/games-misc/ponysay/ponysay-3.0.2.ebuild +++ b/games-misc/ponysay/ponysay-3.0.2.ebuild @@ -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"