commit: 03d9f7060ab7918775829c415a7eb2d1114f6fa1
parent 849c5676829f58a5c606bd7a0425b4aa73b554a2
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  4 Jan 2021 03:47:32 +0100
games-misc/ponysay: Bump python_compat
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-misc/ponysay/ponysay-3.0.3.ebuild b/games-misc/ponysay/ponysay-3.0.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit bash-completion-r1 python-single-r1
 
 DESCRIPTION="cowsay reimplemention for ponies"